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