PegCharParserIChar(Char) Method |
Matches the specified character literal case-insensitively.
Namespace: Altaxo.Main.PegParserAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic bool IChar(
char c1
)
Parameters
- c1 Char
- The character to match.
Return Value
Booleantrue if the character matches; otherwise,
false.
See Also