Name | Description | |
---|---|---|
![]() | AddAlias | Adds an alias name for this encoding. |
![]() ![]() | AddCustomEncoding | Adds a new custom encoding to the list of encodings. |
![]() | CanEncodeChar | Returns true if the current encoding can encode the char. |
![]() | GetByteCount | Overloaded. Calculates the number of bytes produced by encoding a set of characters from the specified string. |
![]() | GetBytes | Overloaded. Encodes "charCount" characters from the given string, starting from the character at index "charIndex" and puts them in the specified byte array, starting from "byteIndex". |
![]() | GetCharCount | Overloaded. Calculates the number of characters produced by decoding all the bytes from the specified byte array. |
![]() | GetCharCount_Test | Calculates the number of characters produced by decoding a sequence of bytes from the specified byte array. |
![]() | GetChars | Overloaded. Decodes "byteCount" bytes from the given byte array, starting from the byte at index "byteIndex" and puts them in the specified char array, starting from "charIndex". |
![]() ![]() | GetEncoding | Overloaded. Returns the encoding associated with the specified code page or null if no such encoding is supported. |
![]() | GetString | Overloaded. Decodes the given byte array and returns the resulting string. |
![]() | IsAliasOf | Checks whether the given name is an alias of this encoding. |