Click or drag to resize

PegCharParserOneOf(PegCharParserOptimizedCharset) Method

Matches any character contained in the specified optimized character set.

Namespace: Altaxo.Main.PegParser
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public bool OneOf(
	PegCharParserOptimizedCharset cset
)

Parameters

cset  PegCharParserOptimizedCharset
The optimized character set to match.

Return Value

Boolean
true if the current character is contained in cset; otherwise, false.
See Also