Click or drag to resize

PegByteParserChar(Byte) Method

Matches the specified byte sequence.

Namespace: Altaxo.Main.PegParser
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public bool Char(
	byte[] s
)

Parameters

s  Byte
The byte sequence to match.

Return Value

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