Return coded string

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

Syntax

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

Parameters

txt
Type: System..::..String
input clear string

Return Value

coded string

See Also