UtilityLikeOperator Method |
Exposes the VB.NET Like operator as a static method.
Namespace:
Grasshopper
Assembly:
Grasshopper (in Grasshopper.dll)
Syntax public static bool LikeOperator(
string text,
string pattern
)
Public Shared Function LikeOperator (
text As String,
pattern As String
) As Boolean
Parameters
- text
- Type: SystemString
- pattern
- Type: SystemString
Return Value
Type:
BooleanSee Also