decode_hex_string

The decode_hex_string operation decodes the field's value as a base 16 number encoded as a string of hex digits and stores the result in the specified field.

The destination field can be any of the following types:
  • BLOB
  • INT8
  • INT16
  • INT32
  • INT64
  • PHONE_NUMBER
  • STRING
  • UINT8
  • UINT16
  • UINT32
  • UINT64

For example, 0x04D2 is decoded as 1234. If the result field is a BLOB or a STRING, then the result will be a decimal ASCII value.