C1.UWP.Document Assembly / C1.Xaml.Document Namespace / Unit Structure / UnitTypeToString Method
A UnitTypeEnum to convert.

In This Topic
UnitTypeToString Method
In This Topic
Converts a UnitTypeEnum value to a string representation as in the following table:
  • Document"doc"
  • Inch"in"
  • Millimeter"mm"
  • Pica"pc"
  • Point"pt"
  • Twip"tw"
  • InHs"inhs"
  • Centimeters"cm"
  • Dip"dip"
Syntax
'Declaration
 
Public Shared Function UnitTypeToString( _
   ByVal value As UnitTypeEnum _
) As String
 

Parameters

value
A UnitTypeEnum to convert.

Return Value

The string representing value.
See Also