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