  | WildcardWildcardToRegex Method | 
            Converts a wildcard to a regular expression.
            
Namespace: Microsoft.Win32.TaskSchedulerAssembly: Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.12.1
Syntaxpublic static string WildcardToRegex(
	string pattern
)
 Request Example
		View SourceParameters
- pattern  String
 - The wildcard pattern to convert.
 
Return Value
StringA regular expression equivalent of the given wildcard.
See Also