Method String
| Improve this Doc View SourceString(String)
Returns a token for specified text.
Declaration
public static JsonToken String(string text)
Parameters
Type | Name | Description |
---|---|---|
System.String | text | The text. |
Returns
Type | Description |
---|---|
JsonToken | The token. |