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.
Parameters
- s
- The string to convert.
- value
- OUT: On exit, contains the UnitTypeEnum value.
Return Value
true if no error occurred, false otherwise.