Methods
(inner) getBytesLength()
获取字节数
- Source:
(inner) toBinString() → {string}
转化为二进制字符串
- Source:
Returns:
- Type
- string
(inner) toDecimal() → {number}
转化为十进制数值
- Source:
Returns:
- Type
- number
(inner) toDecimalArray() → {string}
转换为十进制的bytes数组
- Source:
Returns:
- Type
- string
(inner) toHexString() → {string}
转化为十六进制字符串
- Source:
Returns:
- Type
- string