d9dce5c8 af94 e3a1 ac53 b96f1e44a004 - akesseler/Plexdata.CsvParser GitHub Wiki
Creates an initial content according to provided width and length.
Namespace: Plexdata.CsvParser.Processors
Assembly: Plexdata.CsvParser.NET (in Plexdata.CsvParser.NET.dll) Version: 1.1.3+d5bef99aa35461ce4bafadf0bf2c2aeca18044ea
C#
private static List<List<string>> CreateInitialContent(
int width,
int length
)
- 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.
Type: List(List(String))
An internal table where each field is initialized by a null
string value.
This method creates an initial content according to provided width and length.