 | RangeExpressionMatch(String) Method |
Matches the specified string against the pattern.
Namespace: Ookii.Jumbo.TopologyAssembly: Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntaxpublic bool Match(
string value
)
Public Function Match (
value As String
) As Boolean
public:
bool Match(
String^ value
)
member Match :
value : string -> bool
Parameters
- value String
- The string to match.
Return Value
Boolean if
value matches the pattern; otherwise,
.
See Also