The string values used to represent null when converting.
- Namespace
- CsvHelper
.Configuration - Containing Type
- Parameter
Map Type Converter Option
Syntax
public virtual ParameterMap NullValues(bool clearValues, params string[] nullValues)
Parameters
Name | Type | Description |
---|---|---|
clearValues | bool | A value indication if the current values should be cleared before adding the new ones. |
nullValues | string[] | The values that represent null. |
Return Value
Type | Description |
---|---|
ParameterMap |