format
format(value)
format(value, precision)
Format a value of any type as string.
Try it yourself:
$1 | format(2.3)
| |
$2 | format(3 - 4i)
| |
$3 | format([])
| |
$4 | format(pi, 3)
|
See also:
All functions