C1.Win.C1Input.4.8 Assembly / C1.Win.C1Input Namespace / PreValidation Class / MatchWildcardPattern Method
The input string to match.
The wildcard pattern.

In This Topic
MatchWildcardPattern Method
In This Topic
Returns True if the input text matches the specified wildcard pattern passed as argument.
Syntax
'Declaration
 
Public Function MatchWildcardPattern( _
   ByVal text As String, _
   ByVal pattern As String _
) As Boolean
 

Parameters

text
The input string to match.
pattern
The wildcard pattern.
See Also