AddString(Value: String): IJsonArrayBuilder;
AddString(Value: String): Prognoz.Platform.Interop.ForeSystem.IJsonArrayBuilder;
Value. String value.
The AddString method adds a string value to JSON array.
The example of use is given in description of the IJsonArrayBuilder.Build method.
See also: