ShellBrowser .Net Edition
MatchPattern Method (element, pattern)
NamespacesJam.ShellShellBrowserMatchPattern(String, String)
Returns true if the given string matched the wild card pattern
Declaration Syntax
C#Visual BasicVisual C++
public static bool MatchPattern(
	string element,
	string pattern
)
Public Shared Function MatchPattern ( _
	element As String, _
	pattern As String _
) As Boolean
public:
static bool MatchPattern(
	String^ element, 
	String^ pattern
)
Parameters
element (String)
the element to check if it matches the pattern
pattern (String)
the pattern ie. *.* or *a?.txt
Return Value
true if the element matched the pattern

Assembly: ShellBrowser (Module: ShellBrowser) Version: 4.2.1.45 (4.2.1.45)