返回给定16进制字符串的数值表示。
注意,该函数对大数无效,使用utils.toBN来处理大数。
utils.toBN
调用:
web3.utils.hexToNumber(hex) web3.utils.toDecimal(hex) // ALIAS, deprecated
参数:
hexString - String|HEX: 16进制字符串
hexString
返回值:
Number:10进制数值
Number
示例代码:
web3.utils.hexToNumber('0xea'); > 234