System.Text.Encoding.EncodingName Property

When overridden in a derived class, gets the human-readable description of the current encoding.

Syntax

public virtual string EncodingName { get; }

Value

Documentation for this section has not yet been entered.

Remarks

The Encoding.EncodingName property is intended for display. To find a name that can be passed to the Encoding.GetEncoding(string) method, use the Encoding.WebName property.

Requirements

Namespace: System.Text
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0