PrintDocument for WinForms
Parse メソッド (PageNumberingChange)


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > PageNumberingChange クラス : Parse メソッド
The string to convert.
Indicates whether an exception should be thrown if the specified string cannot be converted.
Converts a string to a PageNumberingChange object.
シンタックス
'宣言
 
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
The string to convert.
throwException
Indicates whether an exception should be thrown if the specified string cannot be converted.

戻り値の型

The created PageNumberingChange object, or null if the string could not be converted and throwException is false.
参照

PageNumberingChange クラス
PageNumberingChange メンバ