7b40f7f1 cac1 6258 d604 d938a627ad88 - akesseler/Plexdata.CsvParser GitHub Wiki

CsvContainer.Content Property

Gets the currently used CSV content.

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

Syntax

C#

public List<List<string>> Content { get; private set; }

Property Value

Type: List(List(String))
The property returns the associated CSV content.

Remarks

This content might be empty but is never null.

See Also

Reference

CsvContainer Class
Plexdata.CsvParser.Processors Namespace

⚠️ **GitHub.com Fallback** ⚠️