Click or drag to resize

PegCharParserIChar(Char) Method

Matches the specified character literal case-insensitively.

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

Parameters

c1  Char
The character to match.

Return Value

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