C1.UWP.Document Assembly / C1.Xaml.Document Namespace / Unit Structure / StringToUnitType Method
The string to convert.
OUT: On exit, contains the UnitTypeEnum value.

In This Topic
StringToUnitType Method
In This Topic
Converts a string to a UnitTypeEnum value. The string can be one of the following: "doc", "in", "mm", "pc", "dsp", "pt", "tw", "inhs", "cm", "dip". This method is case-insensitive.
Syntax
'Declaration
 
Public Shared Function StringToUnitType( _
   ByVal s As String, _
   ByRef value As UnitTypeEnum _
) As Boolean
 

Parameters

s
The string to convert.
value
OUT: On exit, contains the UnitTypeEnum value.

Return Value

true if no error occurred, false otherwise.
See Also