Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / PageNumberingChange Class / Parse Method
The string to convert.
Indicates whether an exception should be thrown if the specified string cannot be converted.

In This Topic
    Parse Method (PageNumberingChange)
    In This Topic
    Converts a string to a PageNumberingChange object.
    Syntax
    '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.
    See Also