MatchWildcardPattern Method
Returns True if the input text matches the specified wildcard pattern passed as argument.
'Declaration
Public Function MatchWildcardPattern( _
ByVal As String, _
ByVal As String _
) As Boolean
Parameters
- text
- The input string to match.
- pattern
- The wildcard pattern.