Skip to content

4cf0b512 c521 38f4 480f 7de09ecd4ef2

Axel Kesseler edited this page Aug 16, 2024 · 3 revisions

CsvContainer Constructor (List(List(String)), CsvSettings)

The constructor with content initialization.

Namespace: Plexdata.CsvParser.Processors
Assembly: Plexdata.CsvParser.NET (in Plexdata.CsvParser.NET.dll) Version: 1.1.3+d5bef99aa35461ce4bafadf0bf2c2aeca18044ea

Syntax

C#

public CsvContainer(
	List<List<string>> content,
	CsvSettings settings
)

Parameters

 

content
Type: System.Collections.Generic.List(List(String))
The content to be used. An empty content is automatically used if this parameter is null.
settings
Type: Plexdata.CsvParser.Processors.CsvSettings
The settings to be used. Default settings will be used if this argument is null.

Remarks

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!

See Also

Reference

CsvContainer Class
CsvContainer Overload
Plexdata.CsvParser.Processors Namespace
CsvContainer.CreateDefaultSettings()

Clone this wiki locally