ComponentOne Input for WinForms
MatchWildcardPattern Method

C1.Win.C1Input.4 Assembly > C1.Win.C1Input Namespace > PreValidation Class : MatchWildcardPattern Method
The input string to match.
The wildcard pattern.
Returns True if the input text matches the specified wildcard pattern passed as argument.
Syntax
'Declaration
 
Public Function MatchWildcardPattern( _
   ByVal text As System.String, _
   ByVal pattern As System.String _
) As System.Boolean
public System.bool MatchWildcardPattern( 
   System.string text,
   System.string pattern
)

Parameters

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

Reference

PreValidation Class
PreValidation Members