dc43d017 c393 d9e6 387e d3e192ccedbc - akesseler/Plexdata.CsvParser GitHub Wiki
The CsvContainer type exposes the following members.
Name | Description | |
---|---|---|
![]() |
Compare | Gets and sets the algorithm how any string comparison has to be done. Default value is OrdinalIgnoreCase. |
![]() |
Content | Gets the currently used CSV content. |
![]() |
Culture | Gets currently applied culture. Default value is current UI culture. |
![]() |
Exactly | Determines if the exactly mode is enabled or disabled. Default value is false. |
![]() |
Heading | Determines if the header usage is enabled or disabled. Default value is false. |
![]() |
IsEmpty | Indicates whether this container instance is empty or not. |
![]() |
Item(Int32) | Gets and sets the list of column items at specified position. |
![]() |
Item(String) | Gets and sets the list of column items for provided header. |
![]() |
Item(Int32, Int32) | Gets and sets an element for provided column and at specified index. |
![]() |
Item(String, Int32) | Gets and sets an element for provided header and at specified index. |
![]() |
Length | Gets the length (total number of rows) of the content. |
![]() |
Mappings | Gets currently applied value mappings. Default value is standard mapping. |
![]() |
Width | Gets the width (total number of columns) of the content. |