c40aa814 75a6 4e88 71a1 e54219c6e6bb - akesseler/Plexdata.CsvParser GitHub Wiki
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
C#
private static List<List<string>> GetContentOrThrow(
CsvContainer container
)
- container
- Type: Plexdata.CsvParser.Processors.CsvContainer
The source container to obtain transformed content from.
Type: List(List(String))
The transformed content, ready to write into its output.
Exception | Condition |
---|---|
ArgumentNullException | This exception is thrown if given container is . |
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.