Stringify

Overview 

Transforms an object into a string value

Syntax 

Stringify(1)

Function Properties 

OrdinalTypeDescription
1objectRequiredObject to transform into a string value

Example 

In this sample code, the function transforms the object into a string format.

1Stringify(myDataObject);