Data / Conversion data/to_string

To String

Converts any value to its string representation.

Note: Null becomes the string "null".

Inputs

NameTypeOptionalDescription
value any The value to convert.

Outputs

NameTypeDescription
result string String representation.