ComponentOne CalendarView for WinForms
C1.Framework.Text.Lexicons Namespace / StringPattern Class / Match Method

In This Topic
    Match Method (StringPattern)
    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
    startIndex
    See Also