HexToText

The HexToText() function converts a hexadecimal value to its string equivalent (UTF8).

This function is NOT SQL compatible. For more information about SQL compatibility, see our documentation.

Returns a text that is the UTF8 equivalent of the provided hexadecimal input.

Syntax

HexToText(text)

HexToText("71776572747975696f7031323334353637383930") => "qwertyuiop1234567890"

Parameters

NameTypeRequiredDescription

text

text

Original text in hexadecimal form.

Last updated