Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

UTF32Encoding Constructor

 

Initializes a new instance of the UTF32Encoding class.

Namespace:   System.Text
Assembly:  mscorlib (in mscorlib.dll)

NameDescription
System_CAPS_pubmethodUTF32Encoding()

Initializes a new instance of the UTF32Encoding class.

System_CAPS_pubmethodUTF32Encoding(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.

System_CAPS_pubmethodUTF32Encoding(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.

Return to top
Show:
© 2017 Microsoft