toAsciiConvert HEX string to ASCII3 stringUsage JavaScriptvisionWeb.toAscii(string); Parameters ParameterDescriptionTypeDefaultstringhexString-a hexadecimal string.string- Returns String-The ASCII value corresponding to the given hexadecimal string. Example JavaScriptvisionWeb.toAscii("0x766973696f6e"); > vision