CachedCsvReader..::..ReadToEnd Method

Reads the CSV stream from the current position to the end of the stream.

Namespace:  LumenWorks.Framework.IO.Csv
Assembly:  LumenWorks.Framework.IO (in LumenWorks.Framework.IO.dll)

Syntax


public virtual void ReadToEnd()
Public Overridable Sub ReadToEnd
public:
virtual void ReadToEnd()

Exceptions


ExceptionCondition
ObjectDisposedException The instance has been disposed of.