ToString Method (LengthRef.UnitRefElem)
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).
public override string ToString()
'Declaration
Public Overrides Function ToString() As String
Return Value
The string representing the current length value.