JsonWriterOptions.IndentCharacter Propriété
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Définit le caractère de retrait utilisé par Utf8JsonWriter lorsque Indented est activé. La valeur par défaut est le caractère d’espace.
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
contient un caractère non valide.
Les caractères autorisés sont l’espace et l’onglet horizontal.
Produit | Versions |
---|---|
.NET | 8 (package-provided), 9 (package-provided), 9, 10 (package-provided), 10 |
.NET Standard | 2.0 (package-provided) |
Commentaires sur .NET
.NET est un projet open source. Sélectionnez un lien pour fournir des commentaires :