IJsonObjectBuilder.AddString

Syntax

AddString(Property_: String; Value: String): IJsonObjectBuilder;

Parameters

Property_. Element name.

Value. String value.

Description

The AddString method adds an element with a string value.

Example

The example of use is given in description of the IJsonDocument.WriteToString method.

See also:

IJsonObjectBuilder