Class StringJsonToken
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
JsonTokenTypeThe token type.
lexeme
stringThe lexeme.
value
stringThe String value.
Properties
StringValue
Gets the value of an String token.
public override string StringValue { get; }