www.csvreader.com

Creates a FixedWidthReader 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 FixedWidthReader
[C#]
public static FixedWidthReader Parse(
   string data
);

Parameters

data
The string of data to use as the source.

Return Value

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

See Also

FixedWidthReader Class | DataStreams.FixedWidth Namespace