System::Text::UTF32Encoding::GetPreamble メソッド

UTF32Encoding::GetPreamble method

コードページのプレアンブルを取得します。

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

ReturnValue

BOM の出力が有効な場合、BOM 文字を含む配列を返し、無効な場合は空の配列を返します。

参照