33053d6e a0c3 f991 7afc 0cd33e2efe4b - akesseler/Plexdata.CsvParser GitHub Wiki

TypeConverter.GetNullMapping Method

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

Syntax

C#

private static string GetNullMapping(
	CsvMappings mapping
)

Parameters

 

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

Return Value

Type: String
The assigned 'Null' value or the default 'Null' value if the assigned value is invalid.

Remarks

The default 'Null' value is returned if given mapping is invalid.

See Also

Reference

TypeConverter Class
Plexdata.CsvParser.Internals Namespace

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