Click or drag to resize
CsvReaderSkipLine Method
Skips the next line of data using the standard end of line characters and does not do any column delimited parsing.

Namespace: DataStreams.Csv
Assembly: DataStreams (in DataStreams.dll) Version: 5.20.0.0
Syntax
public bool SkipLine()

Return Value

Type: Boolean
Whether a line was successfully skipped or not.
Exceptions
ExceptionCondition
ObjectDisposedException Methods were called after the object has been disposed.
See Also