Share via


FileTextLoader.DefaultEncoding プロパティ

定義

ストリームコンテンツからファイルの実際のエンコーディングを決定できない場合に使用するエンコーディングを指定します (ストリームはバイトオーダーマークで始まらない)。 自動検出ヒューリスティックを使用してエンコードを決定する場合 null 。 ストリームがバイトオーダーマークで始まる場合、値 DefaultEncoding は無視されることに注意してください。

public:
 property System::Text::Encoding ^ DefaultEncoding { System::Text::Encoding ^ get(); };
public System.Text.Encoding DefaultEncoding { get; }
public System.Text.Encoding? DefaultEncoding { get; }
member this.DefaultEncoding : System.Text.Encoding
Public ReadOnly Property DefaultEncoding As Encoding

プロパティ値

適用対象