encoding_hex_decode
Decode hexadecimal strings into their original text or bytes. Returns an error for invalid hex input.
Instructions
Hex-decode a string. Returns an error if the input is not valid hex.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |