Method IsMatch
IsMatch(string)
Check if the value matches the constraint
Declaration
public readonly bool IsMatch(string val)
Parameters
| Type | Name | Description |
|---|---|---|
| string | val | Input string value |
Returns
| Type | Description |
|---|---|
| bool | True if the values matches the constraint |