Skip to main content
A newer version of this page is available. .

ParsedExpression.ToString(IExpressionContext) Method

Builds a string expression from an expression tree.

Namespace: DevExpress.Spreadsheet.Formulas

Assembly: DevExpress.Spreadsheet.v18.2.Core.dll

Declaration

public string ToString(
    IExpressionContext context
)

Parameters

Name Type Description
context IExpressionContext

An IExpressionContext object that provides formula context.

Returns

Type Description
String

A string expression.

Remarks

Use the ToString method to write the formula back to a string after it has been parsed and processed.

See Also