Base64Helper Class |
Namespace: Adf
The Base64Helper type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | DecodeUrl(String) |
使用默认编码将UrlBase64编码串转换为源字符串
|
![]() ![]() | DecodeUrl(String, Encoding) |
将UrlBase64编码串转换为源字符串
|
![]() ![]() | EncodeUrl(String) |
使用默认的Base64编码可用的URL字符串
|
![]() ![]() | EncodeUrl(String, Encoding) |
使用Base64编码可用的URL字符串
|
Name | Description | |
---|---|---|
![]() ![]() | DefaultEncoding |
默认的字符编码,默认为ASCII
|