IJsonObjectBuilder.AddInteger

Syntax

AddInteger(Property_: String; Value: Integer): IJsonObjectBuilder;

AddInteger(Property_: String; Value: Integer): Prognoz.Platform.Interop.ForeSystem.IJsonObjectBuilder;

Parameters

Property_. Element name.

Value. Integer value.

Description

The AddInteger method adds an element with integer value.

Fore and Fore.NET Examples

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

See also:

IJsonObjectBuilder