ASA SQL Reference
SQL Functions
Alphabetical list of functions
Returns the decimal integer equivalent of a hexadecimal string.
HEXTOINT ( hexadecimal-string )
hexadecimal-string The string to be converted to an integer.
SQL/92 Vendor extension.
SQL/99 Vendor extension.
Sybase Compatible with Adaptive Server Enterprise.
INTTOHEX function [Data type conversion]
The following statement returns the value 420.
SELECT HEXTOINT ( '1A4' )