类库说明文档
JHBase64 Class |
Base64编码、解码,该类为密封类
Inheritance Hierarchy
Namespace: DCSoft.Utility.Security
Assembly: DCSoft.Utility (in DCSoft.Utility.dll) Version: 0.0.0.0 (1.0.0.0)
Syntax
C#
public sealed class JHBase64
The JHBase64 type exposes the following members.
Methods
Name | Description | |
---|---|---|
Decode |
Base64解码,采用utf8编码方式
| |
Encode |
Base64编码,采用utf8编码方式
| |
Equals | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
See Also