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

UTF8Encoding::GetPreamble method

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

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

ReturnValue

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

参照