80e1a5be ed5f 7e5e df18 7229b7546052 - akesseler/Plexdata.CsvParser GitHub Wiki

TypeConverter.GetNullMappings Method

This method tries to get the list of 'Null' value mappings from given mapping instance.

Namespace: Plexdata.CsvParser.Internals
Assembly: Plexdata.CsvParser.NET (in Plexdata.CsvParser.NET.dll) Version: 1.1.3+d5bef99aa35461ce4bafadf0bf2c2aeca18044ea

Syntax

C#

private static List<string> GetNullMappings(
	CsvMappings mapping
)

Parameters

 

mapping
Type: Plexdata.CsvParser.Processors.CsvMappings
An instance of CSV mappings to get the 'Null' values from.

Return Value

Type: List(String)
The assigned list of 'Null' values or the list of default 'Null' values if the assigned list is invalid.

Remarks

The list of default 'Null' values is returned if given mapping is invalid.

See Also

Reference

TypeConverter Class
Plexdata.CsvParser.Internals Namespace

⚠️ **GitHub.com Fallback** ⚠️