PrintDocument for WinForms
Parse メソッド (PageNumberingChange)


C1.PrintDocument.4.5.2 アセンブリ > C1.C1Preview 名前空間 > PageNumberingChange クラス : Parse メソッド
変換する文字列。
文字列を PageNumberingChange に変換できない場合に例外が生成されることを示します。
文字列を PageNumberingChange オブジェクトに変換します。
シンタックス
'宣言
 
Public Shared Function Parse( _
   ByVal s As System.String, _
   ByVal throwException As System.Boolean _
) As PageNumberingChange
'使用法
 
Dim s As System.String
Dim throwException As System.Boolean
Dim value As PageNumberingChange
 
value = PageNumberingChange.Parse(s, throwException)
public static PageNumberingChange Parse( 
   System.string s,
   System.bool throwException
)

パラメータ

s
変換する文字列。
throwException
文字列を PageNumberingChange に変換できない場合に例外が生成されることを示します。

戻り値の型

PageNumberingChange オブジェクト。文字列が無効で、throwException が false の場合は null。
参照

PageNumberingChange クラス
PageNumberingChange メンバ