You are here: Symbol Reference > Stimulsoft.Base.Json Namespace > FloatParseHandling Enumeration
Stimulsoft Reports Class Reference
ContentsIndexHome
PreviousUpNext
Stimulsoft.Base.Json.FloatParseHandling Enumeration

Specifies how floating point numbers, e.g. 1.0 and 9.9, are parsed when reading JSON text.

Syntax
C++
C#
Visual Basic
public: enum FloatParseHandling { Double = 0, Decimal = 1 };
Members
Members 
Description 
Double 
Floating point numbers are parsed to Double.  
Decimal 
Floating point numbers are parsed to Decimal.  
Made with Doc-O-Matic.
What do you think about this topic? Send feedback!
Copyright (c) 2017. All rights reserved.