AESEncoderDecrypt(String) Method

解密指定文字

Definition

Namespace: eBizprise.Framework.EncodeHelper
Assembly: eBizprise.Framework.Core (in eBizprise.Framework.Core.dll) Version: 25.0.3.0+adf38c4ccb2bf98d8ad258a6278302b5e05a94ed
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