[]
Returns True if the input text matches the specified wildcard pattern passed as argument.
public bool MatchWildcardPattern(string text, string pattern)
Type | Name | Description |
---|---|---|
string | text | The input string to match. |
string | pattern | The wildcard pattern. |
Type | Description |
---|---|
bool |