Stringify
Overview
Transforms an object into a string valueSyntax
Stringify(1)
| Ordinal | Type | Description | |
|---|---|---|---|
| 1 | object | Required | Object to transform into a string value |
Example
In this sample code, the function transforms the object into a string format.
Stringify(myDataObject);