Encode a string as hexadecimal
The string value to encode
The hexadecimal encoded string
0.13.0
encodeAsHex("Hello"); // "48656c6c6f"encodeAsHex("A"); // "41"encodeAsHex(""); // "" Copy
encodeAsHex("Hello"); // "48656c6c6f"encodeAsHex("A"); // "41"encodeAsHex(""); // ""
Encode a string as hexadecimal