API ListutilstoDecimalVersion: 6.0.4On this pagetoDecimal <src> 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