PegCharParserChar(Char) Method |
Matches the specified character literal.
Namespace: Altaxo.Main.PegParserAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic bool Char(
char c1
)
Parameters
- c1 Char
- The character to match.
Return Value
Booleantrue if the character matches; otherwise,
false.
See Also