www.csvreader.com

Creates a FixedWidthDataReader object using a string of data as the source. Uses Default as the encoding.

[Visual Basic]
Public Shared Function Parse( _
   ByVal data As String _
) As FixedWidthDataReader
[C#]
public static FixedWidthDataReader Parse(
   string data
);

Parameters

data
The string of data to use as the source.

Return Value

A FixedWidthDataReader object using the string of data as the source.

See Also

FixedWidthDataReader Class | DataStreams.FixedWidth Namespace