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