IJsonElement.AsString

Syntax

AsString: String;

Description

The AsString property returns the element as a string value.

Example

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

See also:

IJsonElement