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