HexToBytes¶
| Name | Mandatory | Description | Default | Type |
|---|---|---|---|---|
⬅️ Input |
Accepts a hexadecimal string as input. The input may optionally start with '0x' or '0X'. | String |
||
Output ➡️ |
The decoded byte array from the input hexadecimal string. | Bytes |
Converts a hexadecimal string to its original byte array representation.