public static decodeToText(value as String) as String throws CryptoException:
Decodes a hexadecimal string to text.
| Parameter | Description |
|---|---|
value | Lower-case or upper-case hexadecimal text. |
Decoded text.
import klyn.cryptography
print(Hex.decodeToText("68656c6c6f"))