hexToString()
Convert an hex string to a plain text string
function hexToString(hex)Name
Type
Description
var hex = "48656c6c6f2c20576f726c6421";
var hexString = CircularProtocolAPI.hexToString(hex);Hello, World!Last updated
Convert an hex string to a plain text string
function hexToString(hex)var hex = "48656c6c6f2c20576f726c6421";
var hexString = CircularProtocolAPI.hexToString(hex);Hello, World!Last updated