|
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; }
Public Property Delimiter As Char
Get
Set
Request Example
View SourceProperty Value
Type:
CharThe delimiter character separating each field.
See Also