ComponentOne CalendarView for WinForms
C1.Framework.Text.Lexicons Namespace / CharacterQuotationPattern Class / CharacterQuotationPattern Constructor / CharacterQuotationPattern Constructor(Char,Char,Char,Boolean)
The escape.
The left symbol.
The right symbol.
The text include symbol.

In This Topic
    CharacterQuotationPattern Constructor(Char,Char,Char,Boolean)
    In This Topic
    Constructor.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal escape As Char, _
       ByVal leftSymbol As Char, _
       ByVal rightSymbol As Char, _
       ByVal includeSymbol As Boolean _
    )
    public CharacterQuotationPattern( 
       char escape,
       char leftSymbol,
       char rightSymbol,
       bool includeSymbol
    )

    Parameters

    escape
    The escape.
    leftSymbol
    The left symbol.
    rightSymbol
    The right symbol.
    includeSymbol
    The text include symbol.
    See Also