JsonWriterOptions.IndentCharacter プロパティ

定義

Indented が有効な場合に Utf8JsonWriter で使用されるインデント文字を定義します。 既定値はスペース文字です。

public:
 property char IndentCharacter { char get(); void set(char value); };
public char IndentCharacter { get; set; }
member this.IndentCharacter : char with get, set
Public Property IndentCharacter As Char

プロパティ値

例外

value 無効な文字が含まれています。

注釈

使用できる文字はスペースと水平タブです。

適用対象