Endeca Presentation API
ToString Method
NamespacesEndeca.Navigation.AnalyticsExprCoalesceToString()()
Returns the string form of this ExprCoalesce.
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 ExprCoalesce.
Remarks
The ExprCoalesce format is:
CopyC#
COALESCE(<i>expression1</i>, <i>expression2</i>...)
where each expression is a coalesce expression in the CoalesceList.

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