decode_hex
Decodes bytes from their hexadecimal representation.
Description
Decodes bytes from their hexadecimal representation.
bytes: blob|string
The value to decode.
Examples
Decode a blob from hex
Decode a mixed-case hex string
See Also
encode_hex