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