PegCharParserChar(String) Method |
Matches the specified string literal.
Namespace: Altaxo.Main.PegParserAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic bool Char(
string s
)
Parameters
- s String
- The string literal to match.
Return Value
Booleantrue if the string matches; otherwise,
false.
See Also