Decoding algorithm for TextPlayfair.
Namespace: LLCryptoLib.CryptoAssembly: 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
Exception | Condition |
---|---|
System..::..ArgumentNullException |