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