System::Text::UTF32Encoding class
Contents
[
Hide
]UTF32Encoding class
UTF-32 encoding. Objects of this class should only be allocated using System::MakeObject() function. Never create instance of this type on stack or using operator new, as it will result in runtime errors and/or assertion faults. Always wrap this class into System::SmartPtr pointer and use this pointer to pass it to functions as argument.
class UTF32Encoding : public System::Text::ICUEncoding
Methods
Method | Description |
---|---|
Clone() override | Clones encoding object. |
Equals(SharedPtr<Object>) override | Compares with object. |
GetHashCode() const override | Gets encoding hash code. |
GetPreamble() override | Get codepage preamble. |
operator==(const UTF32Encoding&) const | Compares encodings’ parameters. |
UTF32Encoding() | Constructor. |
UTF32Encoding(bool, bool) | Constructor. |
UTF32Encoding(bool, bool, bool) | Constructor. |
Fields
Field | Description |
---|---|
static constexpr BIG_UTF32_CODE_PAGE | Magic number used by Windows for big endian UTF-32 codepage id. |
static constexpr DEFAULT_CODE_PAGE | Default codepage value. |
static constexpr UTF32_CODE_PAGE | Magic number used by Windows for little endian UTF-32 codepage id. |
See Also
- Class ICUEncoding
- Namespace System::Text
- Library Aspose.PUB for C++