Click or drag to resize

PegCharParserOptimizedCharsetMatches Method

Determines whether the specified character matches the set.

Namespace: Altaxo.Main.PegParser
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public bool Matches(
	char c
)

Parameters

c  Char
The character to test.

Return Value

Boolean
true if the character matches; otherwise, false.
See Also