9aef83f7 69e3 aacc 7a0e f39194d9c148 - akesseler/Plexdata.CsvParser GitHub Wiki

TypeConverter.IsNullString Method

This method check if given value is included in the list of 'Null' values available within given CSV mappings.

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

Syntax

C#

private static bool IsNullString(
	string value,
	CsvMappings mapping
)

Parameters

 

value
Type: System.String
The value to be checked.
mapping
Type: Plexdata.CsvParser.Processors.CsvMappings
An instance of CSV mappings to get the 'Null' values from.

Return Value

Type: Boolean
True is returned if given value could be found in the list of 'Null' values of CSV mappings. Otherwise, false is returned.

Remarks

This method determines whether given value is one of the mapped 'Null' values.

See Also

Reference

TypeConverter Class
Plexdata.CsvParser.Internals Namespace

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