ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Preview Namespace / OffsetsD Structure / Parse Method
The string to convert.
OUT: The OffsetsD structure.
Indicates whether an exception should be thrown if the string cannot be converted.

In This Topic
    Parse Method (OffsetsD)
    In This Topic
    Converts a string to a OffsetsD structure.
    Syntax
    'Declaration
     
    Public Shared Function Parse( _
       ByVal s As System.String, _
       ByRef result As OffsetsD, _
       ByVal throwException As System.Boolean _
    ) As System.Boolean
    public static System.bool Parse( 
       System.string s,
       out OffsetsD result,
       System.bool throwException
    )

    Parameters

    s
    The string to convert.
    result
    OUT: The OffsetsD structure.
    throwException
    Indicates whether an exception should be thrown if the string cannot be converted.

    Return Value

    true if no error occurred, false otherwise.
    See Also