Constructor of wildex
Overload
public wildex(string wildcardExpression, bool matchCase = false, bool noException = false)
Parameters
|
wildcardExpression (string)
Wildcard expression.
Cannot be |
|
matchCase (bool)
Case-sensitive even if there is no |
|
noException (bool)
If wildcardExpression is invalid, don't throw exception; let wildex.Match always return |
Exceptions
| ArgumentNullException |
|
ArgumentException
Invalid |