Data / Conversion
data/to_string
To String
Converts any value to its string representation.
Note: Null becomes the string "null".
Inputs
| Name | Type | Optional | Description |
|---|---|---|---|
value |
any | The value to convert. |
Outputs
| Name | Type | Description |
|---|---|---|
result |
string | String representation. |