'宣言 Public Shared Function Parse( _ ByVal s As System.String, _ ByRef result As UnitPoint, _ ByVal throwException As System.Boolean _ ) As System.Boolean
public static System.bool Parse( System.string s, out UnitPoint result, System.bool throwException )
パラメータ
- s
- 変換する文字列。
- result
- UnitPoint 構造体。
- throwException
- 文字列を UnitPoint に変換できない場合に例外が生成されることを示します。
戻り値の型
エラーが発生しなかった場合は true を返します。