PegCharParserOneOf(PegCharParserOptimizedCharset) Method |
Matches any character contained in the specified optimized character set.
Namespace: Altaxo.Main.PegParserAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic bool OneOf(
PegCharParserOptimizedCharset cset
)
Parameters
- cset PegCharParserOptimizedCharset
- The optimized character set to match.
Return Value
Booleantrue if the current character is contained in
cset; otherwise,
false.
See Also