toggle menu
Simple Robot
3.3.0
jvm
switch theme
search in API
simbot-api
/
love.forte.simbot.utils
/
toHex
to
Hex
fun
ByteArray
.
toHex
(
)
:
String
(
source
)
将一个
ByteArray
转为16进制的字符串。
fun
String
.
toHex
(
)
:
ByteArray
(
source
)
将一个16进制的字符串转化为字节数组。