Class Int32JsonToken
Represents an Int32 JSON token.
- Inheritance
-
Int32
Json Token
- Inherited Members
- Extension Methods
Constructors
- Int32
Json Token(string, int) Initializes a new instance of the Int32JsonToken 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 Int32 token as an Int64.
- Is
Number Gets a value indicating whether this token is number.