The members of System.Text.UTF32Encoding are listed below.
See Also: Inherited members from System.Text.Encoding
Initializes a new instance of the System.Text.UTF32Encoding class. | ||
Initializes a new instance of the System.Text.UTF32Encoding class. Parameters specify whether to use the big endian byte order and whether to provide a Unicode byte order mark. | ||
Initializes a new instance of the System.Text.UTF32Encoding class. Parameters specify whether to use the big endian byte order, whether to provide a Unicode byte order mark, and whether to throw an exception when an invalid encoding is detected. |
override | Equals(object)
| |
override | GetByteCount(string)
| |
override | GetByteCount(char*, int)
| |
override | GetByteCount(char[], int, int)
| |
override | GetBytes(char*, int, byte*, int)
| |
override | GetBytes(char[], int, int, byte[], int)
| |
override | GetBytes(string, int, int, byte[], int)
| |
override | GetCharCount(byte*, int)
| |
override | GetCharCount(byte[], int, int)
| |
override | GetChars(byte*, int, char*, int)
| |
override | GetChars(byte[], int, int, char[], int)
| |
override | GetDecoder()
| |
override | GetEncoder()
| |
override | GetHashCode()
| |
override | GetMaxByteCount(int)
| |
override | GetMaxCharCount(int)
| |
override | GetPreamble()
| |
override | GetString(byte[], int, int)
|