'Declaration Public Shared Function Parse( _ ByVal s As String, _ ByVal throwException As Boolean _ ) As PageNumberingChange
public static PageNumberingChange Parse( string s, bool throwException )
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.