Click or drag to resize

PegByteParserNotOneOf Method

Matches any byte not contained in the specified array.

Namespace: Altaxo.Main.PegParser
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public bool NotOneOf(
	byte[] s
)

Parameters

s  Byte
The set of bytes that must not match.

Return Value

Boolean
true if the current byte is not contained in s; otherwise, false.
See Also