The following tables list the members exposed by IEncoding.
Name | Description | |
---|---|---|
CodePage | Gets the code page. | |
FallbackCharacter | Gets the best fit character when a fallback occurs. | |
Name | Gets the name. |
Name | Description | |
---|---|---|
GetByteCount | When overridden in a derived class, calculates the number of bytes produced by encoding a set of characters from the specified character array. | |
GetBytes | When overridden in a derived class, encodes a set of characters from the specified character array into the specified byte array. | |
GetCharCount | When overridden in a derived class, calculates the number of characters produced by decoding a sequence of bytes from the specified byte array. | |
GetChars | When overridden in a derived class, decodes a sequence of bytes from the specified byte array into the specified character array. | |
GetMaxByteCount | When overridden in a derived class, calculates the maximum number of bytes produced by encoding the specified number of characters. | |
GetMaxCharCount | When overridden in a derived class, calculates the maximum number of characters produced by decoding the specified number of bytes. |