Table of Contents

Enum FloatParseHandling

Namespace
Dynamicweb.Core.Json.Settings
Assembly
Dynamicweb.Core.dll
Specifies how floating point numbers, e.g. 1.0 and 9.9, are parsed when reading JSON text.
public enum FloatParseHandling

Fields

Decimal = 1
Floating point numbers are parsed to decimal.
Double = 0
Floating point numbers are parsed to double.
To top