C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / LengthRef.UnitRefElem Structure / ToString Method

In This Topic
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
 

Return Value

The string representing the current length value.
See Also