AESEncoderDecrypt(String) Method

解密指定文字

Definition

Namespace: eBizprise.Framework.EncodeHelper
Assembly: eBizprise.Framework.Core (in eBizprise.Framework.Core.dll) Version: 26.0.0.0+6e92afb880fa099fdfe407c9aa8d1b17eaaf3625
C#
public static string Decrypt(
	string base64String
)

Parameters

base64String  String
欲解密文字

Return Value

String
string

Revision History

DateVersionDescription
2020/02/191.0.0.1初版

See Also