DESDEncrypt.Decrypt Method (String)

HD.Common

DESDEncryptDecrypt Method (String) Helper帮助文档
解密

Namespace: HD.Common
Assembly: HD.Common (in HD.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static string Decrypt(
	string Text
)
Public Shared Function Decrypt ( 
	Text As String
) As String
public:
static String^ Decrypt(
	String^ Text
)
static member Decrypt : 
        Text : string -> string 

Parameters

Text
Type: SystemString

[Missing <param name="Text"/> documentation for "M:HD.Common.DESDEncrypt.Decrypt(System.String)"]

Return Value

Type: String

[Missing <returns> documentation for "M:HD.Common.DESDEncrypt.Decrypt(System.String)"]

See Also

Reference