'宣言 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
- 変換する文字列。
- value
- 出力:終了時に、 UnitTypeEnum値を保持します。
戻り値の型
エラーがない場合は true、そうでない場合は false。