'Declaration
Public Shared Function IsMatch( _ ByVal value As String, _ ByVal matchToValue As String, _ ByVal matchRule As TextMatchRule, _ ByVal useRegEx As Boolean, _ ByVal ignoreCase As Boolean _ ) As Boolean
public static bool IsMatch( string value, string matchToValue, TextMatchRule matchRule, bool useRegEx, bool ignoreCase )
Parameters
- value
- matchToValue
- matchRule
- useRegEx
- ignoreCase