Returns a String representation of the equation.
            
        
    Namespace: 
   SingularSys.JepAssembly: Jep (in Jep.dll) Version: 1.1.0.0 (1.0.0)
Syntax
| C# | 
|---|
public string ToString( INode node )  | 
| Visual Basic (Declaration) | 
|---|
Public Function ToString ( _ node As INode _ ) As String  | 
| Visual C++ | 
|---|
public: String^ ToString( INode^ node )  | 
Parameters
- node
 - Type: SingularSys.Jep.Parser..::.INode