Share via


TextFormat.TreatEmptyAsNull Property

Definition

Gets or sets treat empty column values in the text file as null. The default value is true. Type: boolean (or Expression with 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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to