API ListutilstoAsciiVersion: 6.0.3On this pagetoAscii Convert HEX string to ASCII string. Usage OrgonWeb.toAscii(value); Parameters ParameterDescriptionData TypevalueA hexadecimal stringString Returns String - The ASCII value corresponding to the given hexadecimal string. Example const str = tronWeb.toAscii("0x74726f6e")> 'tron'