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 に無効な文字が含まれています。

注釈

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

適用対象