ITextWriter.WriteLnString

Syntax

WriteLnString(Value: String);

Parameters

Value. Character string that must be written.

Description

The WriteLnString method writes a character string into a text file with further cursor move to the next string.

Example

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

See also:

ITextWriter