View on GitHub

web3js-cn

web3.toDecimal

将一个十六进制转为一个十进制的数字

调用:

web3.toDecimal(hexString)

参数:

返回:

示例:

var number = web3.toDecimal('0x15');
console.log(number); // 21

教程推荐: