Opens a data file in fixed width format for reading.
Namespace:
Extreme.Data.Text
Assembly:
Extreme.Data (in Extreme.Data.dll) Version: 3.1.0
public static FixedWidthTextStream Open(
string path,
int[] columnBreaks
)
Public Shared Function Open (
path As String,
columnBreaks As Integer()
) As FixedWidthTextStream
public:
static FixedWidthTextStream^ Open(
String^ path,
array<int>^ columnBreaks
)
static member Open :
path : string *
columnBreaks : int[] -> FixedWidthTextStream
Parameters
- path
- Type: SystemString
The path to the file. - columnBreaks
- Type: SystemInt32
An integer array containing the zero-based indexes of the column breaks on each row.
Return Value
Type:
FixedWidthTextStreamA
FixedWidthTextOptions.
Reference