Class Int32JsonToken
Represents an Int32 JSON token.
public class Int32JsonToken : JsonToken
- Inheritance
-
Int32JsonToken
- Inherited Members
- Extension Methods
Constructors
- Int32JsonToken(string, int)
Initializes a new instance of the Int32JsonToken class.
Properties
- DoubleValue
Gets the value of a Double token.
- Int32Value
Gets the value of an Int32 token.
- Int64Value
Gets the value of an Int32 token as an Int64.
- IsNumber
Gets a value indicating whether this token is number.