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.
Return value datatype
string
Impact of null value
If argument is null, null is returned.