PegCharParserTreeNodeToString Method |
Converts the specified tree node to a display string.
Namespace: Altaxo.Main.PegParserAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic override string TreeNodeToString(
PegNode node
)
Parameters
- node PegNode
- The node to convert.
Return Value
StringThe display string.
See Also