Converts a string to a PageNumberingChange object.
Namespace:
C1.C1PreviewAssembly: 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.