Returns the string form of this ExprConstant.
Namespace: Endeca.Navigation.AnalyticsAssembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.3.0.0 (6.3.0.853)
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 ExprConstant.Implements
IQueryNode..::..ToString()()()()
Remarks
ExprConstant uses a format that is
illustrated by these three examples:
CopyC#
'john' '3' '56.903'