'宣言 Public Shared Function Parse( _ ByVal s As System.String, _ ByVal throwException As System.Boolean _ ) As PageNumberingChange
public static PageNumberingChange Parse( System.string s, System.bool throwException )
パラメータ
- s
- 変換する文字列。
- throwException
- 文字列を PageNumberingChange に変換できない場合に例外が生成されることを示します。
戻り値の型
PageNumberingChange オブジェクト。文字列が無効で、throwException が false の場合は null。