ComponentOne CalendarView for WinForms
C1.Framework.Text.Lexicons Namespace / ITextFilter Interface / Filter Method
The text before filter.

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

    Parameters

    text
    The text before filter.

    Return Value

    The text after filter.
    See Also