IJsonTextWriter.Write Method
Writes the specified string value to the output.
Syntax
Unit: Bcl.Json.Writer
procedure IJsonTextWriter.Write(const Value: string); virtual; abstract;
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| const | Value | string | The string to write. |