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