PegByteParserNotIn Method |
Matches a byte outside all inclusive ranges defined by the array.
Namespace: Altaxo.Main.PegParserAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic bool NotIn(
byte[] s
)
Parameters
- s Byte
- The array containing inclusive range pairs.
Return Value
Booleantrue if the current byte is outside all ranges; otherwise,
false.
See Also