Returns the string form of this ExprKey.

Namespace: Endeca.Navigation.Analytics
Assembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.2.0.0 (6.2.2.8614)

Syntax

C#
public override string ToString()
Visual Basic
Public Overrides Function ToString As String
Visual C++
public:
virtual String^ ToString() override

Return Value

The string form of this ExprKey.

Implements

IQueryNode..::..ToString()()()()

Remarks

The ExprKey format is the value of the val parameter of the constructor, such as "price" or "revenue ($)".

See Also