PegCharParserOptimizedCharsetMatches Method |
Determines whether the specified character matches the set.
Namespace: Altaxo.Main.PegParserAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic bool Matches(
char c
)
Parameters
- c Char
- The character to test.
Return Value
Booleantrue if the character matches; otherwise,
false.
See Also