DoubleJsonToken Properties (original) (raw)
| | Name | Description | |
| ---------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------ |
| | DateTimeValue | Gets the value of a DateTime token. (Inherited from JsonToken.) |
|
| DoubleValue | Gets the value of a Double token. (Overrides JsonTokenDoubleValue.) |
|
| Int32Value | Gets the value of an Int32 token. (Overrides JsonTokenInt32Value.) |
|
| Int64Value | Gets the value of an Int64 token. (Overrides JsonTokenInt64Value.) |
|
| IsNumber | Gets a value indicating whether this token is number. (Overrides JsonTokenIsNumber.) |
|
| Lexeme | Gets the lexeme. (Inherited from JsonToken.) |
|
| ObjectIdValue | Gets the value of an ObjectId token. (Inherited from JsonToken.) |
|
| RegularExpressionValue | Gets the value of a regular expression token. (Inherited from JsonToken.) |
|
| StringValue | Gets the value of a string token. (Inherited from JsonToken.) |
|
| Type | Gets the token type. (Inherited from JsonToken.) |