Show / Hide Table of Contents

Method WriteNameStringPair

| Improve this Doc View Source

WriteNameStringPair(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.

  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest