Encoding.EncodingName Property
.NET Framework (current version)
When overridden in a derived class, gets the human-readable description of the current encoding.
Assembly: mscorlib (in mscorlib.dll)
The EncodingName property is intended for display. To find a name that can be passed to the GetEncoding method, use the WebName property.
The following example retrieves the different names for each encoding and displays the encodings with one or more names that are different from EncodingInfo.Name. It displays EncodingName but does not compare against it.
Universal Windows Platform
Available since 10
.NET Framework
Available since 1.1
Available since 10
.NET Framework
Available since 1.1
Show: