API ListutilsfromAsciiVersion: 5.2.0On this pagefromAscii Helper function that will convert ASCII to HEX Usage TronWeb.fromUtf8(value); Parameters ParameterDescriptionData TypevalueThe string to be convertedstring Returns String Example > TronWeb.fromUtf8("test");> '0x74657374'