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