Click or drag to resize

PegCharParserChar(String) Method

Matches the specified string literal.

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

Parameters

s  String
The string literal to match.

Return Value

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