Enum FloatParseHandling
Specifies how floating point numbers, e.g. 1.0 and 9.9, are parsed when reading JSON text.
Namespace: Bayat.Json
Assembly: Bayat.Json.Runtime.dll
Syntax
public enum FloatParseHandling
Fields
Name | Description |
---|---|
Decimal | Floating point numbers are parsed to Decimal. |
Double | Floating point numbers are parsed to Double. |