Click or drag to resize

PegByteParserIChar(Byte) Method

Matches the specified byte sequence 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(
	byte[] s
)

Parameters

s  Byte
The byte sequence to match.

Return Value

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