GetPreamble()

UTF32Encoding::GetPreamble() method

Get codepage preamble.

ArrayPtr<uint8_t> System::Text::UTF32Encoding::GetPreamble() override

Return Value

If BOM emitting is enabled, returns array with BOM characters, otherwise returns empty array.

See Also