Last updated 2 years ago
Was this helpful?
The HexToText() function converts a hexadecimal value to its string equivalent (UTF8).
HexToText()
This function is NOT SQL compatible. For more information about SQL compatibility, see our .
Returns a text that is the UTF8 equivalent of the provided hexadecimal input.
HexToText(
text
)
HexToText("71776572747975696f7031323334353637383930") => "qwertyuiop1234567890"
HexToText("
")
Original text in hexadecimal form.