IJsonObjectBuilder.AddBoolean

Syntax

AddBoolean(Property_: String; Value: Boolean): IJsonObjectBuilder;

AddBoolean(Property_: String; Value: Boolean): Prognoz.Platform.Interop.ForeSystem.IJsonObjectBuilder;

Parameters

Property_. Element name.

Value. Logical value.

Description

The AddBoolean method adds an element with a logical value.

Fore and Fore.NET Examples

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

See also:

IJsonObjectBuilder