toString
Converts an element to a string.
Arguments
- Input element.
- Optional: Date/time format if the input element is a temporal data type.
Examples
Expression | Result |
---|---|
toString(123456L) | "123456" |
Expression | Result |
---|---|
toString(123456L) | "123456" |