ComponentOne MultiSelect for WinForms
C1.Win.Input.Validation Namespace / PreValidation Class / MatchWildcardPatterns Method
The input string to match.
Error information filled in case of failure.

In This Topic
    MatchWildcardPatterns Method (PreValidation)
    In This Topic
    Returns True if the input text matches at least one of the wildcard patterns specified in PatternString.
    Syntax
    'Declaration
     
    
    Public Function MatchWildcardPatterns( _
       ByVal text As String, _
       ByVal errorInfo As ErrorInfo _
    ) As Boolean
    public bool MatchWildcardPatterns( 
       string text,
       ErrorInfo errorInfo
    )

    Parameters

    text
    The input string to match.
    errorInfo
    Error information filled in case of failure.
    See Also