Skip to content

fromHex

fromHex(hexString) → binary · String

Create binary data from a hexadecimal string.

  • hexString (required): hex-encoded string
utlx
{
  data: fromHex($input.hexPayload),
  text: toString(fromHex("48656c6c6f"))
}

Released under AGPL-3.0.