Decrypt the given string using the specified key.
Declaration Syntax
C# | C# | Visual Basic | Visual Basic | Visual C++ | Visual C++ | F# | F# |
public static string Decrypt( string strEncrypted, string strKey )
public static string Decrypt( string strEncrypted, string strKey )
Public Shared Function Decrypt ( strEncrypted As String, strKey As String ) As String
Public Shared Function Decrypt ( strEncrypted As String, strKey As String ) As String
public: static String^ Decrypt( String^ strEncrypted, String^ strKey )
public: static String^ Decrypt( String^ strEncrypted, String^ strKey )
static member Decrypt : strEncrypted : string * strKey : string -> string
static member Decrypt : strEncrypted : string * strKey : string -> string
Return Value
String
The decrypted string.
The decrypted string.
Assembly: Keyoti4.SearchEngine.Core (Module: Keyoti4.SearchEngine.Core.dll) Version: 2015.6.15.120