API ListutilsfromDecimalVersion: 6.0.3On this pagefromDecimal Converts a number, or a string of numbers, into a hexadecimal string. Usage OrgonWeb.fromDecimal(number); Parameters ParameterDescriptionData TypenumberString or NumberHexadecimal string / Number Returns String Example OrgonWeb.fromDecimal("12345678");> '0xbc614e'