CHAR2HEXINT_UDF
This is a deprecated version of the SnowConvert documentation, please visit the official site HERE.
Definition
Returns the hexadecimal representation for a character string.
Parameters
INPUT_STRING
VARCHAR
The string to be converted.
Returns
Returns the hexadecimal representation of the string.
Example
Input:
Output:
More information from the source function
Function documentation can be checked here.
Last updated