Converts a string to a PageNumberingChange object.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public static PageNumberingChange Parse(
	string s,
	bool throwException
)
Visual Basic
Public Shared Function Parse ( _
	s As String, _
	throwException As Boolean _
) As PageNumberingChange

Parameters

s
Type: System..::..String
The string to convert.
throwException
Type: System..::..Boolean
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