[]
Returns True if the input text matches at least one of the wildcard patterns specified in PatternString.
public bool MatchWildcardPatterns(string text, ErrorInfo errorInfo)
Public Function MatchWildcardPatterns(text As String, errorInfo As ErrorInfo) As Boolean
| Type | Name | Description |
|---|---|---|
| string | text | The input string to match. |
| ErrorInfo | errorInfo | Error information filled in case of failure. |
| Type | Description |
|---|---|
| bool |