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