Click or drag to resize

PegCharParserIChar(String) Method

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

Parameters

s  String
The string literal to match.

Return Value

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