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