c40aa814 75a6 4e88 71a1 e54219c6e6bb - akesseler/Plexdata.CsvParser GitHub Wiki

CsvWriter.GetContentOrThrow Method

Gets the transformed content from given container.

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

Syntax

C#

private static List<List<string>> GetContentOrThrow(
	CsvContainer container
)

Parameters

 

container
Type: Plexdata.CsvParser.Processors.CsvContainer
The source container to obtain transformed content from.

Return Value

Type: List(List(String))
The transformed content, ready to write into its output.

Exceptions

 

Exception Condition
ArgumentNullException This exception is thrown if given container is .

Remarks

This method tries to get transformed content from source container. Such a transformation is necessary because of the container uses a "rotated table" for a better item access.

See Also

Reference

CsvWriter Class
Plexdata.CsvParser.Processors Namespace

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