Overload List

  Name Description
Public method Static member Match(String, String)
Returns true if the string matches the pattern which may contain * and ? wildcards. Matching is done without regard to case.
Public method Static member Match(String, String, Boolean)
Returns true if the string matches the pattern which may contain * and ? wildcards.

See Also