Skip to content

hexDecode

hexDecode(hex) → binary · Binary

Decode a hex-encoded string to binary data.

  • hex (required): hex string to decode
utlx
{
  data: hexDecode($input.hexPayload)
}

Released under AGPL-3.0.