Endeca Presentation API
ToString Method
NamespacesEndeca.Navigation.AnalyticsExprBinaryToString()()
Returns the string form of this ExprBinary.
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 ExprBinary.
Remarks
The format for the DIVIDE, MINUS, MULTIPLY, and PLUS operators is:
CopyC#
"<i>lhs-expression</i><i>sign</i><i>rhs-expression</i>"
where sign is / (for DIVIDE), - (for MINUS), * (for MULTIPY), or + (for PLUS).

The format for the other operators is:

CopyC#
"<i>op</i>(<i>lhs-expression</i>, <i>rhs-expression</i>)"
where op is LOG, MOD, POWER, BROUND, or BTRUNC.

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