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