System::Text::UTF32Encoding::UTF32Encoding Konstruktor

UTF32Encoding::UTF32Encoding() constructor

Konstruktor.

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

Siehe auch

UTF32Encoding::UTF32Encoding(bool, bool) constructor

Konstruktor.

System::Text::UTF32Encoding::UTF32Encoding(bool big_endian, bool byte_order_mark)
ParameterTypBeschreibung
big_endianboolOb die Codepage big endian ist, im Gegensatz zu little endian.
byte_order_markboolOb ein BOM eingefügt werden soll.

Siehe auch

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

Konstruktor.

System::Text::UTF32Encoding::UTF32Encoding(bool big_endian, bool byte_order_mark, bool throw_on_invalid_characters)
ParameterTypBeschreibung
big_endianboolOb die Codepage big endian ist, im Gegensatz zu little endian.
byte_order_markboolOb ein BOM eingefügt werden soll.
throw_on_invalid_charactersboolOb bei ungültigen Bytes eine Ausnahme ausgelöst werden soll, anstatt sie zu ersetzen.

Siehe auch