dc43d017 c393 d9e6 387e d3e192ccedbc - akesseler/Plexdata.CsvParser GitHub Wiki

CsvContainer Properties

The CsvContainer type exposes the following members.

Properties

 

Name Description
Public property Compare Gets and sets the algorithm how any string comparison has to be done. Default value is OrdinalIgnoreCase.
Public property Content Gets the currently used CSV content.
Public property Culture Gets currently applied culture. Default value is current UI culture.
Public property Exactly Determines if the exactly mode is enabled or disabled. Default value is false.
Public property Heading Determines if the header usage is enabled or disabled. Default value is false.
Public property IsEmpty Indicates whether this container instance is empty or not.
Public property Item(Int32) Gets and sets the list of column items at specified position.
Public property Item(String) Gets and sets the list of column items for provided header.
Public property Item(Int32, Int32) Gets and sets an element for provided column and at specified index.
Public property Item(String, Int32) Gets and sets an element for provided header and at specified index.
Public property Length Gets the length (total number of rows) of the content.
Public property Mappings Gets currently applied value mappings. Default value is standard mapping.
Public property Width Gets the width (total number of columns) of the content.
  Back to Top

See Also

Reference

CsvContainer Class
Plexdata.CsvParser.Processors Namespace

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