Reports for WinForms | ComponentOne
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 String, _
       ByVal throwOnError As Boolean, _
       ByVal context As ITypeDescriptorContext _
    ) As LineDef
    public static LineDef Parse( 
       string s,
       bool throwOnError,
       ITypeDescriptorContext context
    )

    Parameters

    s
    throwOnError
    context
    See Also