Returns a string with the variable name followed by it's value.
Namespace:
SingularSys.JepFor 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.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 |