ToString Method (LengthRef.UnitRefElem)
In This Topic
Converts the current object to a string. The returned string can be converted back to the current length object (e.g. it can be used to initialize a
Unit to the same value).
Syntax
'Declaration
Public Overrides Function ToString() As String
public override string ToString()
Return Value
The string representing the current length value.
See Also