UTF32Encoding Constructor
.NET Framework (current version)
Initializes a new instance of the UTF32Encoding class.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | UTF32Encoding() | Initializes a new instance of the UTF32Encoding class. |
![]() | UTF32Encoding(Boolean, Boolean) | Initializes a new instance of the UTF32Encoding class. Parameters specify whether to use the big endian byte order and whether the GetPreamble method returns a Unicode Unicode byte order mark. |
![]() | UTF32Encoding(Boolean, Boolean, Boolean) | Initializes a new instance of the 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. |
Show:
