Decode a hexadecimal encoded string
The hexadecimal encoded string to decode
The decoded string
0.13.0
decodeHex("48656c6c6f"); // "Hello"decodeHex("41"); // "A"decodeHex(""); // "" Copy
decodeHex("48656c6c6f"); // "Hello"decodeHex("41"); // "A"decodeHex(""); // ""
Decode a hexadecimal encoded string