HexToText

circle-info

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.

circle-check

Syntax

chevron-rightHexToText(text)hashtag

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

Parameters

Name
Type
Required
Description

text

text

☑️

Original text in hexadecimal form.

Last updated

Was this helpful?