ComponentOne FlexReport for WinForms
StringToUnitType Method

C1.Win.C1Document.4 Assembly > C1.Win.C1Document Namespace > Unit Structure : StringToUnitType Method
The string to convert.
OUT: On exit, contains the UnitTypeEnum value.
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 System.String, _
   ByRef value As UnitTypeEnum _
) As System.Boolean
public static System.bool StringToUnitType( 
   System.string s,
   ref UnitTypeEnum value
)

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

Reference

Unit Structure
Unit Members