System::Text::UTF32Encoding::UTF32Encoding Konstruktor
Inhalt
[
Ausblenden
]UTF32Encoding::UTF32Encoding() constructor
Konstruktor.
System::Text::UTF32Encoding::UTF32Encoding()
Siehe auch
- Class UTF32Encoding
- Namespace System::Text
- Library Aspose.Page for C++
UTF32Encoding::UTF32Encoding(bool, bool) constructor
Konstruktor.
System::Text::UTF32Encoding::UTF32Encoding(bool big_endian, bool byte_order_mark)
| Parameter | Typ | Beschreibung |
|---|---|---|
| big_endian | bool | Ob die Codepage big endian ist, im Gegensatz zu little endian. |
| byte_order_mark | bool | Ob ein BOM eingefügt werden soll. |
Siehe auch
- Class UTF32Encoding
- Namespace System::Text
- Library Aspose.Page for C++
UTF32Encoding::UTF32Encoding(bool, bool, bool) constructor
Konstruktor.
System::Text::UTF32Encoding::UTF32Encoding(bool big_endian, bool byte_order_mark, bool throw_on_invalid_characters)
| Parameter | Typ | Beschreibung |
|---|---|---|
| big_endian | bool | Ob die Codepage big endian ist, im Gegensatz zu little endian. |
| byte_order_mark | bool | Ob ein BOM eingefügt werden soll. |
| throw_on_invalid_characters | bool | Ob bei ungültigen Bytes eine Ausnahme ausgelöst werden soll, anstatt sie zu ersetzen. |
Siehe auch
- Class UTF32Encoding
- Namespace System::Text
- Library Aspose.Page for C++