NullValues Property
Gets the list of values that can be used to represent a null value.
Namespace
CsvHelper.TypeConversion
Containing Type
TypeConverterOptions
Property Type
List<string>

Syntax

public List<string> NullValues { get; }

Value

Type Description
List<string>