ITextWriter.WriteString

Syntax

WriteString(Value: String);

Parameters

Value. Character string that must be written.

Description

The WriteString method writes a character string into a text file.

Example

The example of use is given in description of the TextWriter.Create constructor.

See also:

ITextWriter