PegByteParserBytesetDataMatches Method |
Determines whether the specified byte matches the set.
Namespace: Altaxo.Main.PegParserAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic bool Matches(
byte c
)
Parameters
- c Byte
- The byte to test.
Return Value
Booleantrue if the byte matches; otherwise,
false.
See Also