Glob pattern matching in .NET

Is there a built-in mechanism in .NET to match patterns other than regular expressions (regex)? I'd like to match using Unix-style (glob) wildcards (* = any number of any character). I'd like to use