Returns a formatted version of the value.
            
        
    Namespace: 
   SingularSys.JepAssembly: Jep (in Jep.dll) Version: 1.1.0.0 (1.0.0)
Syntax
| C# | 
|---|
public virtual string FormatValue( Object val )  | 
| Visual Basic (Declaration) | 
|---|
Public Overridable Function FormatValue ( _ val As Object _ ) As String  | 
| Visual C++ | 
|---|
public: virtual String^ FormatValue( Object^ val )  | 
Parameters
- val
 - Type: System..::.Object