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