Click or drag to resize

PegCharParserChar(Char) Method

Matches the specified character literal.

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

Parameters

c1  Char
The character to match.

Return Value

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