742f3be0 4fa4 c4fb 3e49 0866f379a07c - akesseler/Plexdata.CsvParser GitHub Wiki
This method check if given value is included in the list of 'True' values available within given CSV mappings.
Namespace: Plexdata.CsvParser.Internals
Assembly: Plexdata.CsvParser.NET (in Plexdata.CsvParser.NET.dll) Version: 1.1.3+d5bef99aa35461ce4bafadf0bf2c2aeca18044ea
C#
private static bool IsTrueString(
string value,
CsvMappings mapping
)
- value
- Type: System.String
The value to be checked. - mapping
- Type: Plexdata.CsvParser.Processors.CsvMappings
An instance of CSV mappings to get the 'Null' values from.
Type: Boolean
True is returned if given value could be found in the list of 'True' values of CSV mappings. Otherwise, false is returned.
This method determines whether given value is one of the mapped 'True' values.