Click or drag to resize

PegBaseParserTreeNodeToString Method

Converts the specified tree node to a display string.

Namespace: Altaxo.Main.PegParser
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public virtual string TreeNodeToString(
	PegNode node
)

Parameters

node  PegNode
The node to convert.

Return Value

String
The display string.
See Also