Base64DEncrypt Class | Helper帮助文档 |
Base64加解密帮助类
Inheritance Hierarchy
Namespace: HD.Common
Assembly: HD.Common (in HD.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class Base64DEncrypt
Public Class Base64DEncrypt
public ref class Base64DEncrypt
type Base64DEncrypt = class end
The Base64DEncrypt type exposes the following members.
Constructors
Name | Description | |
---|---|---|
Base64DEncrypt | Initializes a new instance of the Base64DEncrypt class |
Methods
Name | Description | |
---|---|---|
DecodeBase64 |
Base64解密
| |
EncodeBase64 |
Base64加密
| |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
See Also