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