3b9c9470 e211 0f39 ba0e 0937cfdf92a9 - akesseler/Plexdata.CsvParser GitHub Wiki
Gets or sets the list of descriptors containing all possible values representing variations of 'False' which may occur in CSV files.
Namespace: Plexdata.CsvParser.Processors
Assembly: Plexdata.CsvParser.NET (in Plexdata.CsvParser.NET.dll) Version: 1.1.3+d5bef99aa35461ce4bafadf0bf2c2aeca18044ea
C#
public List<string> FalseValues { get; set; }
Type: List(String)
The list of 'False' value descriptors to be used.
This value list is used only for importing CSV files.