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

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

    Parameters

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