次の方法で共有


TextFormat.TreatEmptyAsNull プロパティ

定義

テキスト ファイル内の空の列値を null として扱う値を取得または設定します。 既定値は、true です。 型: boolean (または resultType ブール値を持つ式)。

[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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象