Class DoubleJsonToken
Represents a Double JSON token.
- Inheritance
-
Double
Json Token
- Inherited Members
- Extension Methods
Constructors
- Double
Json Token(string, double) Initializes a new instance of the DoubleJsonToken class.
Properties
- Double
Value Gets the value of a Double token.
- Int32
Value Gets the value of an Int32 token.
- Int64
Value Gets the value of an Int64 token.
- Is
Number Gets a value indicating whether this token is number.