[]
Converts a string to a PageNumberingChange object.
public static PageNumberingChange Parse(string s, bool throwException)
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. |
Type | Description |
---|---|
PageNumberingChange | The created PageNumberingChange object,
or null if the string could not be converted and |