68760e93 34cb ee14 9c8a 181eea434ba4 - akesseler/Plexdata.CsvParser GitHub Wiki

CsvContainer.Compare Property

Gets and sets the algorithm how any string comparison has to be done. Default value is OrdinalIgnoreCase.

Namespace: Plexdata.CsvParser.Processors
Assembly: Plexdata.CsvParser.NET (in Plexdata.CsvParser.NET.dll) Version: 1.1.3+d5bef99aa35461ce4bafadf0bf2c2aeca18044ea

Syntax

C#

public StringComparison Compare { get; set; }

Property Value

Type: StringComparison
The algorithm to be used for string compare operations.

Remarks

A string comparison is only relevant to find a particular header as well as when sorting takes place.

See Also

Reference

CsvContainer Class
Plexdata.CsvParser.Processors Namespace
CsvContainerExtension.Sort(CsvContainer, Int32, SortOrder)
CsvContainerExtension.Sort(CsvContainer, String, SortOrder)

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