ComponentOne CalendarView for WinForms
C1.Framework.Text.Lexicons Namespace / StringPattern Class / StringPattern Constructor
The text.

In This Topic
    StringPattern Constructor
    In This Topic
    Constructor.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal text As String _
    )
    public StringPattern( 
       string text
    )

    Parameters

    text
    The text.
    See Also