Click or drag to resize

PegByteParserChar(Byte) Method

Matches the specified 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
)

Parameters

c1  Byte
The byte to match.

Return Value

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