Encoding algorithm

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

Syntax

C#
protected string Algo(
	string text,
	bool coding
)
Visual Basic
Protected Function Algo ( _
	text As String, _
	coding As Boolean _
) As String
Visual C++
protected:
String^ Algo(
	String^ text, 
	bool coding
)

Parameters

text
Type: System..::..String
Encoded or decoded text
coding
Type: System..::..Boolean
If true coding, else decoding

Return Value

An encoded/decoded string

Exceptions

ExceptionCondition
System..::..ArgumentNullException

See Also