Click or drag to resize

PegByteParserOneOf(Byte) Method

Matches any byte 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 OneOf(
	byte[] s
)

Parameters

s  Byte
The set of bytes to match.

Return Value

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