Click or drag to resize
Base64Helper Class
Base64 Helper
Inheritance Hierarchy
SystemObject
  AdfBase64Helper

Namespace: Adf
Assembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax
public static class Base64Helper

The Base64Helper type exposes the following members.

Methods
  NameDescription
Public methodStatic memberDecodeUrl(String)
使用默认编码将UrlBase64编码串转换为源字符串
Public methodStatic memberDecodeUrl(String, Encoding)
将UrlBase64编码串转换为源字符串
Public methodStatic memberEncodeUrl(String)
使用默认的Base64编码可用的URL字符串
Public methodStatic memberEncodeUrl(String, Encoding)
使用Base64编码可用的URL字符串
Top
Fields
  NameDescription
Public fieldStatic memberDefaultEncoding
默认的字符编码,默认为ASCII
Top
See Also

Reference