IJsonObjectBuilder.AddDouble

Syntax

AddDouble(Property_: String; Value: Double): IJsonObjectBuilder;

Parameters

Property_. Element name.

Value. Real value.

Description

The AddDouble method adds an element with a real value.

Example

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

See also:

IJsonObjectBuilder