Description
Returns a string representation of the integer argument in base 16.Syntax
ToHexString(int_expression)
int_expression - integer (or long) argument
Examples
ToHexString(123123) returns 1e0f3.
Convert an integer argument to its hexadecimal string representation in base 16. Use TOHEXSTRING for encoding and data formatting in ETL pipelines.
ToHexString(int_expression)
int_expression - integer (or long) argument
ToHexString(123123) returns 1e0f3.
Was this page helpful?