'宣言 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 )
パラメータ
- s
- The string to convert.
- value
- OUT: On exit, contains the UnitTypeEnum value.
戻り値の型
true if no error occurred, false otherwise.