e404afa8 8d77 6935 77a6 c1f43cf1a0ab - akesseler/Plexdata.CsvParser GitHub Wiki

TypeConverter.GetFalseMapping Method

This method tries to get the 'False' 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 GetFalseMapping(
	CsvMappings mapping
)

Parameters

 

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

Return Value

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

Remarks

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

See Also

Reference

TypeConverter Class
Plexdata.CsvParser.Internals Namespace

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