System::Text::UTF32Encoding::UTF32Encoding constructor
Contents
[
Hide
]UTF32Encoding::UTF32Encoding() constructor
Constructor.
System::Text::UTF32Encoding::UTF32Encoding()
See Also
- Class UTF32Encoding
- Namespace System::Text
- Library Aspose.TeX for C++
UTF32Encoding::UTF32Encoding(bool, bool) constructor
Constructor.
System::Text::UTF32Encoding::UTF32Encoding(bool big_endian, bool byte_order_mark)
Parameter | Type | Description |
---|---|---|
big_endian | bool | Whether codepage is big endian as opposite to little endian. |
byte_order_mark | bool | Whether to insert BOM. |
See Also
- Class UTF32Encoding
- Namespace System::Text
- Library Aspose.TeX for C++
UTF32Encoding::UTF32Encoding(bool, bool, bool) constructor
Constructor.
System::Text::UTF32Encoding::UTF32Encoding(bool big_endian, bool byte_order_mark, bool throw_on_invalid_characters)
Parameter | Type | Description |
---|---|---|
big_endian | bool | Whether codepage is big endian as opposite to little endian. |
byte_order_mark | bool | Whether to insert BOM. |
throw_on_invalid_characters | bool | Whether to throw on invalid bytes as an opposite to replacing them. |
See Also
- Class UTF32Encoding
- Namespace System::Text
- Library Aspose.TeX for C++