toString

Description

Represents the value as a string. Will succeed for any type of value.

Syntax

toString( value, [failover] )

Examples
 toString(1/3.0) // returns "0.3333333333333333"
 toString({Root Container.Table.data}) //returns something like: "Dataset [150R x 3C]"