Encryption text algorithm

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

Syntax

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

Parameters

txt
Type: System..::..String
String to be encrypted

Return Value

Encrypted string

See Also