0e65c836 ddd6 5e1e ba09 1dd1e0231e2b - akesseler/Plexdata.CsvParser GitHub Wiki
This method tries to get the list of 'True' value mappings from given mapping instance.
Namespace: Plexdata.CsvParser.Internals
Assembly: Plexdata.CsvParser.NET (in Plexdata.CsvParser.NET.dll) Version: 1.1.3+d5bef99aa35461ce4bafadf0bf2c2aeca18044ea
C#
private static List<string> GetTrueMappings(
CsvMappings mapping
)
- mapping
- Type: Plexdata.CsvParser.Processors.CsvMappings
An instance of CSV mappings to get the 'True' values from.
Type: List(String)
The assigned list of 'True' values or the list of default 'True' values if the assigned list is invalid.
The list of default 'True' values is returned if given mapping is invalid.