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

In This Topic
    BuildMatch Method
    In This Topic
    Creates the first match.
    Syntax
    'Declaration
     
    
    Public Function BuildMatch( _
       ByVal text As String _
    ) As Lexicon.Match
    public Lexicon.Match BuildMatch( 
       string text
    )

    Parameters

    text
    The text to be parsed.

    Return Value

    The first match.
    See Also