Returns a formatted version of the value.

Namespace:  SingularSys.Jep
Assembly:  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

Return Value

See Also