Encrypt the given string using the default key.

C# | Visual Basic |
public static string Encrypt( string strToEncrypt )
Public Shared Function Encrypt ( strToEncrypt As String ) As String

- strToEncrypt (String)
- The string to be encrypted.

String
The encrypted string.
The encrypted string.
Assembly: Keyoti4.SearchEngine.Core (Module: Keyoti4.SearchEngine.Core.dll) Version: 2022.8.22.610