[]
        
(Showing Draft Content)

C1.C1Preview.PageNumberingChange.Parse

Parse Method

Parse(string, bool)

Converts a string to a PageNumberingChange object.

Declaration
public static PageNumberingChange Parse(string s, bool throwException)
Parameters
Type Name Description
string s

The string to convert.

bool throwException

Indicates whether an exception should be thrown if the specified string cannot be converted.

Returns
Type Description
PageNumberingChange

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