CSV Engine Documentation Contents
AldenSystems.CSVEngine
CSV Engine Class Library

Writer Constructor

Some aspects of the Writer class are available in the commercial version only.

Instantiates an instance of a Writer.

Overload List

Instantiates an instance of a Writer.

public Writer(string);

Instantiates an instance of a Writer.

public Writer(string,FormatInfo);

Instantiates an instance of a Writer.

public Writer(string,Header);

Instantiates an instance of a Writer.

public Writer(string,Header,FormatInfo);

Instantiates an instance of a Writer.

public Writer(string,bool);

Instantiates an instance of a Writer.

public Writer(string,bool,FormatInfo);

Instantiates an instance of a Writer.

public Writer(string,bool,Header);

Instantiates an instance of a Writer.

public Writer(string,bool,Header,FormatInfo);

See Also

Writer Class | AldenSystems.CSVEngine Namespace