'Declaration Public Shared Function StringToUnitType( _ ByVal s As String, _ ByRef value As UnitTypeEnum _ ) As Boolean
public static bool StringToUnitType( 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.