4cf0b512 c521 38f4 480f 7de09ecd4ef2 - akesseler/Plexdata.CsvParser GitHub Wiki
The constructor with content initialization.
Namespace: Plexdata.CsvParser.Processors
Assembly: Plexdata.CsvParser.NET (in Plexdata.CsvParser.NET.dll) Version: 1.1.3+d5bef99aa35461ce4bafadf0bf2c2aeca18044ea
C#
public CsvContainer(
List<List<string>> content,
CsvSettings settings
)
- content
- Type: System.Collections.Generic.List(List(String))
The content to be used. An empty content is automatically used if this parameter isnull
. - settings
- Type: Plexdata.CsvParser.Processors.CsvSettings
The settings to be used. Default settings will be used if this argument isnull
.
The constructor takes provided content and initializes all remaining properties with their default values.
Attention: The value of parameter content represents line-oriented CSV data!
CsvContainer Class
CsvContainer Overload
Plexdata.CsvParser.Processors Namespace
CsvContainer.CreateDefaultSettings()