JHBase64.Decode Method

DCSoft.DBUtilityGeneric

JHBase64Decode Method
Base64解码,采用utf8编码方式

Namespace: DCSoft.Utility.Security
Assembly: DCSoft.Utility (in DCSoft.Utility.dll) Version: 0.0.0.0 (1.0.0.0)
Syntax
C#
public static string Decode(
	string code
)

Parameters

code
Type: SystemString
待解码的密文

Return Value

Type: String
解码后的字符串
See Also