Test additional content header

ExpressionNodeToString Method

Returns a string that represents the expression object.

Definition

Namespace: Fluent.Calculations.Primitives.Expressions
Assembly: Fluent.Calculations.Primitives (in Fluent.Calculations.Primitives.dll) Version: 1.1.0-aplha
public override string ToString()

Return Value

String
String containing Body of the expression.

Remarks

Output will depend on each function or operaor implementation.

See Also