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