ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Preview Namespace / LineDef Class / Parse Method / Parse(String,Boolean,ITypeDescriptorContext) Method

In This Topic
    Parse(String,Boolean,ITypeDescriptorContext) Method
    In This Topic
    For internal use only.
    Syntax
    'Declaration
     
    Public Overloads Shared Function Parse( _
       ByVal s As System.String, _
       ByVal throwOnError As System.Boolean, _
       ByVal context As System.ComponentModel.ITypeDescriptorContext _
    ) As LineDef
    public static LineDef Parse( 
       System.string s,
       System.bool throwOnError,
       System.ComponentModel.ITypeDescriptorContext context
    )

    Parameters

    s
    throwOnError
    context
    See Also