mscorlib(4.0.0.0) API with additions
|
Provides basic information about an encoding. More...
Public Member Functions | |
Encoding | GetEncoding () |
Returns a T:System.Text.Encoding object that corresponds to the current T:System.Text.EncodingInfo object. More... | |
override bool | Equals (object value) |
Gets a value indicating whether the specified object is equal to the current T:System.Text.EncodingInfo object. More... | |
override int | GetHashCode () |
Returns the hash code for the current T:System.Text.EncodingInfo object. More... | |
Public Attributes | |
int | CodePage => iCodePage |
Gets the code page identifier of the encoding. More... | |
string | Name => strEncodingName |
Gets the name registered with the Internet Assigned Numbers Authority (IANA) for the encoding. More... | |
string | DisplayName => strDisplayName |
Gets the human-readable description of the encoding. More... | |
Provides basic information about an encoding.
Definition at line 5 of file EncodingInfo.cs.
override bool System.Text.EncodingInfo.Equals | ( | object | value | ) |
Gets a value indicating whether the specified object is equal to the current T:System.Text.EncodingInfo object.
value | An object to compare to the current T:System.Text.EncodingInfo object. |
true
if value is a T:System.Text.EncodingInfo object and is equal to the current T:System.Text.EncodingInfo object; otherwise, false
.Definition at line 43 of file EncodingInfo.cs.
Encoding System.Text.EncodingInfo.GetEncoding | ( | ) |
Returns a T:System.Text.Encoding object that corresponds to the current T:System.Text.EncodingInfo object.
Definition at line 34 of file EncodingInfo.cs.
override int System.Text.EncodingInfo.GetHashCode | ( | ) |
Returns the hash code for the current T:System.Text.EncodingInfo object.
Definition at line 55 of file EncodingInfo.cs.
int System.Text.EncodingInfo.CodePage => iCodePage |
Gets the code page identifier of the encoding.
Definition at line 15 of file EncodingInfo.cs.
string System.Text.EncodingInfo.DisplayName => strDisplayName |
Gets the human-readable description of the encoding.
Definition at line 23 of file EncodingInfo.cs.
string System.Text.EncodingInfo.Name => strEncodingName |
Gets the name registered with the Internet Assigned Numbers Authority (IANA) for the encoding.
Definition at line 19 of file EncodingInfo.cs.