Decryption text algorithm

Namespace: LLCryptoLib.Crypto
Assembly: LLCryptoLib (in LLCryptoLib.dll) Version: 2.0.1024.0 (2.0.1024)

Syntax

C#
public abstract string Decode(
	string txt
)
Visual Basic
Public MustOverride Function Decode ( _
	txt As String _
) As String
Visual C++
public:
virtual String^ Decode(
	String^ txt
) abstract

Parameters

txt
Type: System..::..String
String to decrypted

Return Value

Decrypted string

See Also