Home > @ailer/pocket > toHex
toHex() function
将数字转换为十六进制字符串,并确保输出的字符串是两位数,如果不足两位,则在前面补充零,并将结果转换为大写字母形式
Signature:
typescript
toHex: (n: number) => string
Parameters
Parameter | Type | Description |
---|---|---|
n | number | 要转换的数字 |
string
转换后的十六进制字符串