7b6684de 76b4 4b79 fd2b 122fe53ab75c - akesseler/Plexdata.CsvParser GitHub Wiki

CsvContainerExtension Class

Exposes methods that extent class CsvContainer.

Inheritance Hierarchy

System.Object
  Plexdata.CsvParser.Extensions.CsvContainerExtension
Namespace: Plexdata.CsvParser.Extensions
Assembly: Plexdata.CsvParser.NET (in Plexdata.CsvParser.NET.dll) Version: 1.1.3+d5bef99aa35461ce4bafadf0bf2c2aeca18044ea

Syntax

C#

public static class CsvContainerExtension

Methods

 

Name Description
Private methodStatic member GetColumn Gets the zero-based index of a column that is referenced by provided header.
Public methodStatic member Serialize(CsvContainer) Serializes the content of provided CsvContainer into a string.
Public methodStatic member Serialize(CsvContainer, CsvSettings) Serializes the content of provided CsvContainer into a string using provided settings.
Public methodStatic member Sort(CsvContainer, Int32, SortOrder) Sorts the container by referenced column and in provided sort order.
Public methodStatic member Sort(CsvContainer, String, SortOrder) Sorts the container by column referenced by provided header and in provided sort order.
  Back to Top

Remarks

This extension class provides methods that can be used together with instances of class CsvContainer.

See Also

Reference

Plexdata.CsvParser.Extensions Namespace

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