C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / PageNumberingChange Class / Parse Method
The string to convert.
Indicates whether an exception should be thrown if the specified string cannot be converted.

In This Topic
Parse Method (PageNumberingChange)
In This Topic
Converts a string to a PageNumberingChange object.
Syntax
'Declaration
 
Public Shared Function Parse( _
   ByVal s As String, _
   ByVal throwException As Boolean _
) As PageNumberingChange
 

Parameters

s
The string to convert.
throwException
Indicates whether an exception should be thrown if the specified string cannot be converted.

Return Value

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