|
CsvReaderSupportsMultiline Property
|
Gets or sets a value indicating if the reader supports multiline fields.
Namespace:
Accord.IO
Assembly:
Accord.IO (in Accord.IO.dll) Version: 3.8.0
Syntax public bool SupportsMultiline { get; set; }
Public Property SupportsMultiline As Boolean
Get
Set
Request Example
View SourceProperty Value
Type:
BooleanA value indicating if the reader supports multiline field.
See Also