Click or drag to resize

PegCharParserChar(Char, Char) Method

Matches the specified two-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,
	char c2
)

Parameters

c1  Char
The first character to match.
c2  Char
The second character to match.

Return Value

Boolean
true if both characters match; otherwise, false.
See Also