www.csvreader.com

Reads till the end of the fixed width data. Reads the first line in the data as column headers.

[Visual Basic]
Overloads Public Function ReadToEnd() As DataTable
[C#]
public DataTable ReadToEnd();

Return Value

A DataTable containing the fixed width data.

See Also

FixedWidthReader Class | DataStreams.FixedWidth Namespace | FixedWidthReader.ReadToEnd Overload List