SimpleValueParseMode

JsonDataLoadOptions.SimpleValueParseMode property

Mendapat atau menyetel mode untuk mengurai nilai sederhana JSON (null, boolean, angka, bilangan bulat, dan string) saat memuat JSON. Mode seperti itu tidak memengaruhi penguraian nilai tanggal-waktu. Standarnya adalah Loose .

public JsonSimpleValueParseMode SimpleValueParseMode { get; set; }

Lihat juga