7b6684de 76b4 4b79 fd2b 122fe53ab75c - akesseler/Plexdata.CsvParser GitHub Wiki
Exposes methods that extent class CsvContainer.
System.Object
Plexdata.CsvParser.Extensions.CsvContainerExtension
Namespace: Plexdata.CsvParser.Extensions
Assembly: Plexdata.CsvParser.NET (in Plexdata.CsvParser.NET.dll) Version: 1.1.3+d5bef99aa35461ce4bafadf0bf2c2aeca18044ea
C#
public static class CsvContainerExtension
Name | Description | |
---|---|---|
![]() ![]() |
GetColumn | Gets the zero-based index of a column that is referenced by provided header. |
![]() ![]() |
Serialize(CsvContainer) | Serializes the content of provided CsvContainer into a string. |
![]() ![]() |
Serialize(CsvContainer, CsvSettings) | Serializes the content of provided CsvContainer into a string using provided settings. |
![]() ![]() |
Sort(CsvContainer, Int32, SortOrder) | Sorts the container by referenced column and in provided sort order. |
![]() ![]() |
Sort(CsvContainer, String, SortOrder) | Sorts the container by column referenced by provided header and in provided sort order. |
This extension class provides methods that can be used together with instances of class CsvContainer.