Returns a string representation of an expression.

Namespace:  SingularSys.Jep
Assembly:  Jep (in Jep.dll) Version: 1.1.0.0 (1.0.0)

Syntax

C#
public string ToString(
	INode node
)
Visual Basic (Declaration)
Public Function ToString ( _
	node As INode _
) As String
Visual C++
public:
String^ ToString(
	INode^ node
)

Parameters

node
Type: SingularSys.Jep.Parser..::.INode
root node of the expression.

Return Value

string representation

See Also