GH_PatternMatchingContains Method |
Namespace:
Grasshopper.Kernel
Assembly:
Grasshopper (in Grasshopper.dll)
Syntax public static bool Contains(
string value,
string pattern,
bool ignoreCase,
CultureInfo culture
)
Public Shared Function Contains (
value As String,
pattern As String,
ignoreCase As Boolean,
culture As CultureInfo
) As Boolean
Parameters
- value
- Type: SystemString
- pattern
- Type: SystemString
- ignoreCase
- Type: SystemBoolean
- culture
- Type: System.GlobalizationCultureInfo
Return Value
Type:
BooleanSee Also