JHBase64 Class

DCSoft.DBUtilityGeneric

JHBase64 Class
Base64编码、解码,该类为密封类
Inheritance Hierarchy
SystemObject  DCSoft.Utility.SecurityJHBase64

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
  NameDescription
Public methodStatic memberDecode
Base64解码,采用utf8编码方式
Public methodStatic memberEncode
Base64编码,采用utf8编码方式
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also