Skip to main content

XlExpression.ToString(IXlExpressionContext) Method

Constructs a textual expression from the XlExpression object using the specified settings. Intended for internal use.

Namespace: DevExpress.Export.Xl

Assembly: DevExpress.Printing.v23.2.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

public string ToString(
    IXlExpressionContext context
)

Parameters

Name Type Description
context DevExpress.Export.Xl.IXlExpressionContext

An DevExpress.Export.Xl.IXlExpressionContext object that contains culture-specific, reference style and other settings.

Returns

Type Description
String

A string expression.

See Also