Click or drag to resize

RangeExpressionMatch(String) Method

Matches the specified string against the pattern.

Namespace: Ookii.Jumbo.Topology
Assembly: Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntax
public bool Match(
	string value
)

Parameters

value  String
The string to match.

Return Value

Boolean
if value matches the pattern; otherwise, .
See Also