System::Text::UTF32Encoding::UTF32Encoding constructor

UTF32Encoding::UTF32Encoding() constructor

Constructor.

System::Text::UTF32Encoding::UTF32Encoding()

See Also

UTF32Encoding::UTF32Encoding(bool, bool) constructor

Constructor.

System::Text::UTF32Encoding::UTF32Encoding(bool big_endian, bool byte_order_mark)
ParameterTypeDescription
big_endianboolWhether codepage is big endian as opposite to little endian.
byte_order_markboolWhether to insert BOM.

See Also

UTF32Encoding::UTF32Encoding(bool, bool, bool) constructor

Constructor.

System::Text::UTF32Encoding::UTF32Encoding(bool big_endian, bool byte_order_mark, bool throw_on_invalid_characters)
ParameterTypeDescription
big_endianboolWhether codepage is big endian as opposite to little endian.
byte_order_markboolWhether to insert BOM.
throw_on_invalid_charactersboolWhether to throw on invalid bytes as an opposite to replacing them.

See Also