This documentation is archived and is not being maintained.
Encoding.EncodingName Property
.NET Framework 1.1
Gets the human-readable description of the encoding.
[Visual Basic] Public Overridable ReadOnly Property EncodingName As String [C#] public virtual string EncodingName {get;} [C++] public: __property virtual String* get_EncodingName(); [JScript] public function get EncodingName() : String;
Property Value
The human-readable description of the encoding.
Remarks
An example of an EncodingName is Hebrew (DOS) for code page 862.
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also
Show: