ComponentOne CalendarView for WinForms
C1.Framework.Text.Lexicons Namespace / Lexicon Class / BuildMatches Method
The text to be parsed.

In This Topic
    BuildMatches Method
    In This Topic
    Gets the matches collection.
    Syntax
    'Declaration
     
    
    Public Function BuildMatches( _
       ByVal text As String _
    ) As Lexicon.MatchCollection
    public Lexicon.MatchCollection BuildMatches( 
       string text
    )

    Parameters

    text
    The text to be parsed.

    Return Value

    A Lexicon.MatchCollection contains the all matches.
    See Also