Click or drag to resize
Accord.NET (logo)

CsvReaderDelimiter Property

Gets the delimiter character separating each field. If set to zero ('\0') the reader will try to guess the delimiter character automatically from the first line of the file.

Namespace:  Accord.IO
Assembly:  Accord.IO (in Accord.IO.dll) Version: 3.8.0
Syntax
public char Delimiter { get; set; }
Request Example View Source

Property Value

Type: Char
The delimiter character separating each field.
See Also