Edit

HexDecode (hextext)

Result Type: Text

Definition: hextext is a string containing hexadecimal data. Output will be a string consisting of bytes corresponding to the hexadecimal data.

Example:  HexDecode("48656c6c6f00")

Result: "Hello"