| CsvWriterWriteRecord Method (String) |
Writes a new record using the passed in array of values.
Namespace: DataStreams.CsvAssembly: DataStreams (in DataStreams.dll) Version: 5.20.0.0
Syntax public void WriteRecord(
string[] values
)
Public Sub WriteRecord (
values As String()
)
Parameters
- values
- Type: SystemString
Array of values to write in the record.
See Also