JsonSerializerOptions.NewLine Propriété
Définition
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.
Obtient ou définit la nouvelle chaîne de ligne à utiliser lorsque WriteIndented est true
.
La valeur par défaut est NewLine.
public:
property System::String ^ NewLine { System::String ^ get(); void set(System::String ^ value); };
public string NewLine { get; set; }
member this.NewLine : string with get, set
Public Property NewLine As String
Valeur de propriété
Exceptions
Levée lorsque la nouvelle chaîne de ligne est null
.
Levée lorsque la nouvelle chaîne de ligne n’est pas \n
ni \r\n
.
Levée si cette propriété est définie après la sérialisation ou la désérialisation.