Click or drag to resize
CsvWriterWriteRecord Method (String)
Writes a new record using the passed in array of values.

Namespace: DataStreams.Csv
Assembly: DataStreams (in DataStreams.dll) Version: 5.20.0.0
Syntax
public void WriteRecord(
	string[] values
)

Parameters

values
Type: SystemString
Array of values to write in the record.
See Also