Skip to content

hexEncode

hexEncode(data) → string · Binary

Encode binary data as a hexadecimal string.

  • data (required): binary data to encode
utlx
{
  hex: hexEncode(toBinary($input.text))
}

Released under AGPL-3.0.