System.Text.EncodingInfo.DisplayName Property

Gets the human-readable description of the encoding.

Syntax

public string DisplayName { get; }

Value

Documentation for this section has not yet been entered.

Remarks

This property defines a display name that is the same as the name represented by the Encoding.EncodingName property. Your applications should use EncodingInfo.Name for a name to pass to Encoding.GetEncoding(string).

Requirements

Namespace: System.Text
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0