Show / Hide Table of Contents

Method wildex.Match


Overload

Compares a string with the wildcard expression used to create this wildex. Returns true if they match.

public bool Match(string s)
Parameters
s  (string)

String. If null, returns false. If "", returns true if it was "" or "*" or a regular expression that matches "".

Returns
bool