Represents a character encoding.To browse the .NET Framework source code for this type,...
override bool Equals(object value)
Gets a value indicating whether the specified object is equal to the current T:System....
int CodePage
Gets the code page identifier of the encoding.
string DisplayName
Gets the human-readable description of the encoding.
static Encoding GetEncoding(int codepage)
Returns the encoding associated with the specified code page identifier.
string Name
Gets the name registered with the Internet Assigned Numbers Authority (IANA) for the encoding.
Encoding GetEncoding()
Returns a T:System.Text.Encoding object that corresponds to the current T:System.Text....
Provides basic information about an encoding.
override int GetHashCode()
Returns the hash code for the current T:System.Text.EncodingInfo object.