Returns a string with the variable name followed by it's value.

For example for the variable "a" with the value 10, the following string is returned: a: 10

If the variable is a constant the string " (Constant" is appended.

Namespace:  SingularSys.Jep
Assembly:  Jep (in Jep.dll) Version: 1.1.0.0 (1.0.0)

Syntax

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

Return Value

A string with the variable name and value.

See Also