Method WriteNameStringPair
| Improve this Doc View SourceWriteNameStringPair(String, String)
Writes a pair of name and string value, separated by ':'.
Declaration
public JsonWriter WriteNameStringPair(string name, string value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | name | The name. |
| System.String | value | The value. |
Returns
| Type | Description |
|---|---|
| JsonWriter | This JsonWriter for fluent coding. |