a4543c73 ac76 2f90 2e66 f8e72e22f3e1 - akesseler/Plexdata.CsvParser GitHub Wiki
This method tries to get the 'True' value mapping 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 string GetTrueMapping(
CsvMappings mapping
)
- mapping
- Type: Plexdata.CsvParser.Processors.CsvMappings
An instance of CSV mappings to get the 'True' value from.
Type: String
The assigned 'True' value or the default 'True' value if the assigned value is invalid.
The default 'True' value is returned if given mapping is invalid.