Show TOC

Conversion Function (conversion_function)Locate this document in the navigation structure

Use

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

Structure
				
<conversion_function>::=
  <CHAR>(<expression>[,<datetimeformat>])
| <CHR>(<expression>[,<unsigned_integer>])
| <HEX>(<expression>)
| <HEXTORAW>(<expression>)
| <INTTORAW>(<expression>)
| <NUM>(<expression>)
			
More Information