Sdílet prostřednictvím


JsonWriterOptions.IndentCharacter Vlastnost

Definice

Definuje znak odsazení používaný Utf8JsonWriter při povolení Indented. Výchozí hodnota je znak mezery.

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

Hodnota vlastnosti

Výjimky

value obsahuje neplatný znak.

Poznámky

Povolené znaky jsou mezera a vodorovná tabulátor.

Platí pro