toggle menu
Simple Robot
4.8.0
common
switch theme
search in API
simbot-common-core
/
love.forte.simbot.common.id
/
toULongID
to
ULong
ID
@
JvmOverloads
@
JvmName
(
name
=
"toULongID"
)
inline
fun
ID
.
toULongID
(
notNumerical
:
ID
.
(
)
->
ULongID
=
{ literal.toULong().ID }
)
:
ULongID
(
source
)
尝试将
this
转为
ULongID
类型。 如果不是数字ID,则会使用
notNumerical
获取结果。默认使用
String.toULong
。