ab68bc0e 0c54 502a 8b1f b539a80e577a - akesseler/Plexdata.CsvParser GitHub Wiki
The constructor with table initialization.
Namespace: Plexdata.CsvParser.Processors
Assembly: Plexdata.CsvParser.NET (in Plexdata.CsvParser.NET.dll) Version: 1.1.3+d5bef99aa35461ce4bafadf0bf2c2aeca18044ea
C#
public CsvContainer(
int width,
int length,
CsvSettings settings
)
- width
- Type: System.Int32
The width (number of columns) of the internal table. - length
- Type: System.Int32
The length (number of rows) of the internal table. - settings
- Type: Plexdata.CsvParser.Processors.CsvSettings
The settings to be used. Default settings will be used if this argument isnull
.
This constructor creates an instance of class CsvContainer and initializes its internal table according to provided width and length.
CsvContainer Class
CsvContainer Overload
Plexdata.CsvParser.Processors Namespace
CsvContainer.CreateDefaultSettings()