$toString
The$toString operator converts a value to a string, with optional formatting for dates.
Input
- An array containing one or two values: the value to convert and an optional format string (for dates)
Output
- The string representation of the input value
Examples
Basic Conversion
"42"
Date Formatting
"2023-01-15 10:30:00"

