Decrypt the given string using the specified key.
Declaration Syntax
C# | Visual Basic |
public static string Decrypt( string strEncrypted, string strKey )
Public Shared Function Decrypt ( strEncrypted As String, strKey As String ) As String
Parameters
- strEncrypted (String)
- The string to be decrypted.
- strKey (String)
- The decryption key.
Return Value
String
The decrypted string.
The decrypted string.
Assembly: Keyoti4.SearchEngine.Core (Module: Keyoti4.SearchEngine.Core.dll) Version: 2022.8.22.610