33053d6e a0c3 f991 7afc 0cd33e2efe4b - akesseler/Plexdata.CsvParser GitHub Wiki
This method tries to get the 'Null' 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 GetNullMapping(
CsvMappings mapping
)
- mapping
- Type: Plexdata.CsvParser.Processors.CsvMappings
An instance of CSV mappings to get the 'Null' value from.
Type: String
The assigned 'Null' value or the default 'Null' value if the assigned value is invalid.
The default 'Null' value is returned if given mapping is invalid.