WCF-Xtensions Class Reference for .NET
FloatParseHandling Enumeration






Specifies how floating point numbers, e.g. 1.0 and 9.9, are parsed when reading JSON text.
Syntax
public enum FloatParseHandling : System.Enum 
public enum FloatParseHandling = class(System.Enum)
public enum FloatParseHandling extends System.Enum
__value public enum FloatParseHandling : public System.Enum 
public enum class FloatParseHandling : public System.Enum 
'Declaration
 
Public Enum FloatParseHandling 
   Inherits System.Enum
 
'Usage
 
Dim instance As FloatParseHandling
Members
MemberDescription
DecimalFloating point numbers are parsed to Decimal.
DoubleFloating point numbers are parsed to Double.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Noemax.Newtonsoft.Json.FloatParseHandling

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Noemax.Newtonsoft.Json Namespace

Send Feedback