'宣言 Public Shared Function Parse( _ ByVal s As System.String, _ ByRef result As Size, _ ByVal throwException As System.Boolean _ ) As System.Boolean
public static System.bool Parse( System.string s, out Size result, System.bool throwException )
パラメータ
- s
- 変換する文字列。
- result
- 出力:作成された Size構造体。
- throwException
- 文字列を変換できない場合に、例外が生成されるかどうかを示します。
戻り値の型
エラーがない場合は true、そうでない場合は false。 throwExceptionが false の場合、このプロパティは無視されます。