Preparing search index...
The search index is not available
nodewox
nodewox
"encdec"
decodeUtf8ToString
Function decodeUtf8ToString
decode
Utf8
To
String
(
data
:
BufferedType
|
Byte
[]
)
:
string
将字节数组解码成字串
Returns
解码后的字串。如果解码失败,会抛出错误。
Parameters
data:
BufferedType
|
Byte
[]
Returns
string
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
Modules
nodewox
"audio"
"display"
"encdec"
"events"
"fs"
"graphics"
"http"
"math"
"net"
"nodewox"
gpio
i2c
i2s
spi
uart
"sys"
"usb"
decode
Base64
decode
Utf8
To
String
encode
Base64
encode
String
To
Utf8
将字节数组解码成字串
Returns
解码后的字串。如果解码失败,会抛出错误。