Gets/Sets the Encoding used when converting between string and bytes. Default is Encoding.UTF8

Namespace: Jscape.Telnet
Assembly: Jscape.Telnet (in Jscape.Telnet.dll) Version: 2.6.1.0

Syntax

C#
public Encoding Encoding { get; set; }
Visual Basic
Public Property Encoding As Encoding
	Get
	Set
Visual C++
public:
property Encoding^ Encoding {
	Encoding^ get ();
	void set (Encoding^ value);
}

Remarks

Encoding relies on the underlying platform to support most code pages.

See Also