For a list of all members of this type, see IEncoding members.
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. |