Hex Functions

Overview

Provides functions to convert from Hexadecimal string to text string and vice versa.

Custom expression functions included

  • hex2text(hex): This function returns a text string converted from hexadecimal. Returns text.
  • text2hex(text): This function returns a hexadecimal string converted from text. Returns hexadecimal text
Anonymous