Click or drag to resize
CsvDataReaderUserSettingsRecordDelimiter Property
The character to use as the record delimiter. Default is combination of standard end of line characters for Windows, Unix, or Mac.

Namespace: DataStreams.Csv
Assembly: DataStreams (in DataStreams.dll) Version: 5.20.0.0
Syntax
public char RecordDelimiter { get; set; }

Property Value

Type: Char
See Also