Класс System::Text::UTF32Encoding

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

Методы

МетодОписание
Clone() overrideКлонирует объект кодировки.
Equals(SharedPtr<Object>) overrideСравнивает с объектом.
GetHashCode() const overrideПолучает хеш‑код кодировки.
GetPreamble() overrideПолучить преамбулу кодовой страницы.
operator==(const UTF32Encoding&) constСравнивает параметры кодировок.
UTF32Encoding()Конструктор.
UTF32Encoding(bool, bool)Конструктор.
UTF32Encoding(bool, bool, bool)Конструктор.

Поля

ПолеОписание
static constexpr BIG_UTF32_CODE_PAGEМагическое число, используемое Windows для идентификатора кодовой страницы UTF-32 с большим порядком байтов.
static constexpr DEFAULT_CODE_PAGEЗначение кодовой страницы по умолчанию.
static constexpr UTF32_CODE_PAGEМагическое число, используемое Windows для идентификатора кодовой страницы UTF-32 с маленьким порядком байтов.

См. также