StringJsonToken Properties |
The StringJsonToken type exposes the following members.
Name | Description | |
---|---|---|
DateTimeValue |
Gets the value of a DateTime token.
(Inherited from JsonToken.) | |
DoubleValue |
Gets the value of a Double token.
(Inherited from JsonToken.) | |
Int32Value |
Gets the value of an Int32 token.
(Inherited from JsonToken.) | |
Int64Value |
Gets the value of an Int64 token.
(Inherited from JsonToken.) | |
IsNumber |
Gets a value indicating whether this token is number.
(Inherited from JsonToken.) | |
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 an String token.
(Overrides JsonTokenStringValue.) | |
Type |
Gets the token type.
(Inherited from JsonToken.) |