ComponentOne CalendarView for WinForms
C1.Framework.Text.Lexicons Namespace / CharacterQuotationPattern Class / Filter Method
The text before filtering.

In This Topic
    Filter Method (CharacterQuotationPattern)
    In This Topic
    Filter the text.
    Syntax
    'Declaration
     
    
    Public Function Filter( _
       ByVal text As String _
    ) As String
    public string Filter( 
       string text
    )

    Parameters

    text
    The text before filtering.

    Return Value

    Returns the text after filtering.
    See Also