Utilities.Base64Decode 方法

[ Base64Decode 方法可用于“要求”部分中指定的操作系统。]

Base64Decode 方法解码 base64 中的字符串。

语法

Utilities.Base64Decode( _
  ByVal EncodedString _
)

parameters

EncodedString [in]

要解码的 base64 编码字符串。

返回值

已解码的字符串。

备注

Base64 编码是用于传输二进制数据的方案。 Base64 将数据作为 24 位组处理,将此数据映射到四个编码字符。 Base64 编码有时称为 3 到 4 编码。 24 位组的每个 6 位用作映射表中的索引, (base64 字母) 获取编码数据的字符。 编码数据的行长度限制为 76 个字符。

要求

要求
可再发行组件
Windows Server 2003 和 Windows XP 上的 CAPICOM 2.0 或更高版本
DLL
Capicom.dll

请参阅

实用程序