Endeca Presentation API
ToString Method
NamespacesEndeca.Navigation.AnalyticsExprFunctionToString()()
Returns the string form of this ExprFunction.
Declaration Syntax
C#Visual BasicVisual C++
public override string ToString()
Public Overrides Function ToString As String
public:
virtual String^ ToString () override
Return Value
The string form of this ExprFunction.
Remarks
The format for the EXTRACT, LAG, LEAD, ROUND, and TRUNC functions is:
CopyC#
FUNCTION(<i>subexpression</i>), <i>decPlaces</i>
where FUNCTION is a function name.

The format for the other functions omits the decPlaces setting.

Assembly: Endeca.Navigation (Module: Endeca.Navigation) Version: 0.0.0.0