Default(object) Method
The default value that will be used when reading when the CSV field is empty.
Namespace
CsvHelper.Configuration
Containing Type
ParameterMap

Syntax

public virtual ParameterMap Default(object defaultValue)

Parameters

Name Type Description
defaultValue object The default value.

Return Value

Type Description
ParameterMap