Grasshopper API
UtilityLikeOperator Method |
Exposes the VB.NET Like operator as a static method.
Namespace: Grasshopper
Assembly: Grasshopper (in Grasshopper.dll)

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: Boolean