Click or drag to resize

PegByteParserOneOf(PegByteParserBytesetData) Method

Matches any byte contained in the specified optimized byte set.

Namespace: Altaxo.Main.PegParser
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public bool OneOf(
	PegByteParserBytesetData bset
)

Parameters

bset  PegByteParserBytesetData
The optimized byte set to match.

Return Value

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