decf102c d5e1 305c 7acc 82cef264387c - akesseler/Plexdata.CsvParser GitHub Wiki
Gets or sets the list of descriptors containing all possible values representing variations of 'True' 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> TrueValues { get; set; }
Type: List(String)
The list of 'True' value descriptors to be used.
This value list is used only for importing CSV files.