GH_PatternMatchingIsMatch Method |
Namespace:
Grasshopper.Kernel
Assembly:
Grasshopper (in Grasshopper.dll)
Syntaxpublic static bool IsMatch(
GH_PatternMatchingMatchingMode mode,
string value,
string pattern,
bool ignoreCase,
CultureInfo culture
)
Public Shared Function IsMatch (
mode As GH_PatternMatchingMatchingMode,
value As String,
pattern As String,
ignoreCase As Boolean,
culture As CultureInfo
) As Boolean
Parameters
- mode
- Type: Grasshopper.KernelGH_PatternMatchingMatchingMode
- value
- Type: SystemString
- pattern
- Type: SystemString
- ignoreCase
- Type: SystemBoolean
- culture
- Type: System.GlobalizationCultureInfo
Return Value
Type:
Boolean
See Also