sdk
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
sdk
sdk
/
com.m8test.script.core.api.util
/
Strings
/
toBytes
to
Bytes
abstract
fun
toBytes
(
text
:
String
,
charsetName
:
String
?
)
:
ByteArray
将字符串按指定编码转为字节数组。
Return
字节数组
Parameters
text
源字符串
charset
Name
字符集 (如 "UTF-8", "GBK")