ComponentOne CalendarView for WinForms
C1.Framework.Text.Lexicons Namespace / CharacterQuotationPattern Class / Match Method
The text.
The start index.

In This Topic
    Match Method (CharacterQuotationPattern)
    In This Topic
    Match the text form start index.
    Syntax
    'Declaration
     
    
    Public Function Match( _
       ByVal text As String, _
       ByVal startIndex As Integer _
    ) As Integer
    public int Match( 
       string text,
       int startIndex
    )

    Parameters

    text
    The text.
    startIndex
    The start index.

    Return Value

    Return the matched length. Zero indicates no matched.
    See Also