Click or drag to resize

PegByteParserChar(Byte, Byte, Byte) Method

Matches the specified three-byte literal.

Namespace: Altaxo.Main.PegParser
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public bool Char(
	byte c1,
	byte c2,
	byte c3
)

Parameters

c1  Byte
The first byte to match.
c2  Byte
The second byte to match.
c3  Byte
The third byte to match.

Return Value

Boolean
true if all bytes match; otherwise, false.
See Also