toAscii

Convert HEX string to ASCII3 string

Usage

visionWeb.toAscii(string);

Parameters

ParameterDescriptionTypeDefault
stringhexString-a hexadecimal string.string-

Returns

String-The ASCII value corresponding to the given hexadecimal string.

Example

visionWeb.toAscii("0x766973696f6e");
> vision