JsonWriterOptions.IndentCharacter プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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
無効な文字が含まれています。
注釈
使用できる文字はスペースと水平タブです。