API函数:user.DecodeBase64

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

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

Function DecodeBase64(

ByVal str As String

) As String

详细说明

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