ComponentOne CalendarView for WinForms
MatchWildcardPattern Method

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 String, _
   ByVal pattern As String _
) As Boolean
public bool MatchWildcardPattern( 
   string text,
   string pattern
)

Parameters

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

Reference

PreValidation Class
PreValidation Members