Click or drag to resize

JsonToken Properties

The JsonToken type exposes the following members.

Properties
  NameDescription
Public propertyDateTimeValue
Gets the value of a DateTime token.
Public propertyDoubleValue
Gets the value of a Double token.
Public propertyInt32Value
Gets the value of an Int32 token.
Public propertyInt64Value
Gets the value of an Int64 token.
Public propertyIsNumber
Gets a value indicating whether this token is number.
Public propertyLexeme
Gets the lexeme.
Public propertyObjectIdValue
Gets the value of an ObjectId token.
Public propertyRegularExpressionValue
Gets the value of a regular expression token.
Public propertyStringValue
Gets the value of a string token.
Public propertyType
Gets the token type.
Top
See Also