API ListutilstoDecimalVersion: 5.1.0On this pagetoDecimal Convert a hexadecimal to a decimal number Usage TronWeb.toDecimal(value); Parameters ParameterDescriptionData TypevalueString-Hex stringString Returns Number - The hexadecimal value represented by the passed in string. Example > TronWeb.toDecimal('0x15')> 21