dad469ae 6db5 eb98 4511 d29fb5e4004a - akesseler/Plexdata.CsvParser GitHub Wiki
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. |
CsvContainerExtension Class
Plexdata.CsvParser.Extensions Namespace