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
Parameters
Name | Type | Required | Description |
---|---|---|---|
| text | ☑️ | Original text in hexadecimal form. |
Last updated