API函数:user.EncodeBase64

录入时间:2016-4-19 12:10:01      最后更新:2016-4-19 12:10:01

API名 返回值类型 功能描述
user.EncodeBase64 文本型(String) 中文名:Base64编码.
参数名 类型 备注
str 文本型(String) 需要编码的字符串。
user.EncodeBase64接口原型如下。

Function EncodeBase64(

ByVal str As String

) As String

详细说明

user.EncodeBase64是函数,调用的时候后面需要加()括号。