fromUtf8

utf8格式转换为hex格式。

用法

visionWeb.fromUtf8(string);

入参

参数描述类型默认值
stringutf8格式的stringstring-

返回值

string,hex格式的数据。

示例

visionWeb.fromUtf8("vision");
> 0x766973696f6e