Show TOC

Background documentationConversion Function (conversion_function) Locate this document in the navigation structure

 

A conversion function (conversion_function) is a function that converts a value from one data type to another.

Structure

Syntax Syntax

  1. <conversion_function> ::=
      CHAR(<expression>[,<datetimeformat>])
    | CHR(<expression>[,<unsigned_integer>])
    | HEX(<expression>)
    | HEXTORAW(<expression>)
    | INTTORAW(<expression>)
    | NUM(<expression>)
End of the code.

More Information

Functions: Overview