Freigeben über


TextFormat.TreatEmptyAsNull Eigenschaft

Definition

Ruft ab oder legt leere Spaltenwerte in der Textdatei als NULL fest. Der Standardwert lautet „true“. Typ: boolean (oder Ausdruck mit resultType boolean).

[Newtonsoft.Json.JsonProperty(PropertyName="treatEmptyAsNull")]
public object TreatEmptyAsNull { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="treatEmptyAsNull")>]
member this.TreatEmptyAsNull : obj with get, set
Public Property TreatEmptyAsNull As Object

Eigenschaftswert

Attribute
Newtonsoft.Json.JsonPropertyAttribute

Gilt für: