Click or drag to resize

PegByteParserBytesetDataMatches Method

Determines whether the specified byte matches the set.

Namespace: Altaxo.Main.PegParser
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public bool Matches(
	byte c
)

Parameters

c  Byte
The byte to test.

Return Value

Boolean
true if the byte matches; otherwise, false.
See Also