Converts an object into its string representation. Calls the toString method of the object.

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

Syntax

C#
public class Str : PostfixMathCommand
Visual Basic (Declaration)
Public Class Str _
	Inherits PostfixMathCommand
Visual C++
public ref class Str : public PostfixMathCommand

Inheritance Hierarchy

System..::.Object
  SingularSys.Jep.Functions..::.PostfixMathCommand
    SingularSys.Jep.Functions..::.Str

See Also