Decoding algorithm for TextPlayfair.

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

Syntax

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

Parameters

txt
Type: System..::..String
Encoded string

Return Value

Decoded string

Exceptions

ExceptionCondition
System..::..ArgumentNullException

See Also