Type Conversion Functions

Function Description
Format Convert Numeric, Date, Time, and Timestamp values to text using formatting options, user-specific locale, and timezone settings.
ToBoolean Converts a numeric or text value to a boolean.
ToDate Converts a timestamp or text value to a date.
ToNumber Converts a boolean or text value to a numeric.
ToText Returns a text value containing the printed representation of the input value.
ToTimeOfDay Converts a timestamp or text value into a time.
ToTimestamp Converts a date or a date and time value into a timestamp.