Util.Match(String, String) Method

Definition

public:
 bool Match(System::String ^ bstrValue, System::String ^ bstrPattern);
public bool Match (string bstrValue, string bstrPattern);
Public Function Match (bstrValue As String, bstrPattern As String) As Boolean

Parameters

bstrValue
String
bstrPattern
String

Returns

Boolean

Applies to