Opens a data file in fixed width format for reading.
Namespace: Extreme.Data.TextAssembly: Extreme.Data (in Extreme.Data.dll) Version: 1.0.16170.0 (1.0.16170.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.
Numerical Libraries
Supported in: 6.0
Reference