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"
'Declaration
Public Shared Function UnitTypeToString( _
ByVal As UnitTypeEnum _
) As String
Parameters
- value
- A UnitTypeEnum to convert.
Return Value
The string representing .