Table of Contents

Class StringJsonToken

Namespace
MongoDB.Bson.IO
Assembly
MongoDB.Bson.dll

Represents a String JSON token.

public class StringJsonToken : JsonToken
Inheritance
StringJsonToken
Inherited Members
Extension Methods

Constructors

StringJsonToken(JsonTokenType, string, string)

Initializes a new instance of the StringJsonToken class.

public StringJsonToken(JsonTokenType type, string lexeme, string value)

Parameters

type JsonTokenType

The token type.

lexeme string

The lexeme.

value string

The String value.

Properties

StringValue

Gets the value of an String token.

public override string StringValue { get; }

Property Value

string