Click or drag to resize
Accord.NET (logo)

CsvWriterWriteLineT Method (T, String)

Writes the specified fields in a CSV format.

Namespace:  Accord.IO
Assembly:  Accord.IO (in Accord.IO.dll) Version: 3.8.0
Syntax
public void WriteLine<T>(
	T[] fields,
	string comment
)
Request Example View Source

Parameters

fields
Type: T
The fields to be written.
comment
Type: SystemString
An optional comment for the line.

Type Parameters

T
See Also