PegByteParserOneOf(PegByteParserBytesetData) Method |
Matches any byte contained in the specified optimized byte set.
Namespace: Altaxo.Main.PegParserAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic bool OneOf(
PegByteParserBytesetData bset
)
Parameters
- bset PegByteParserBytesetData
- The optimized byte set to match.
Return Value
Booleantrue if the current byte is contained in
bset; otherwise,
false.
See Also