UseDefaultOnConversionFailure Property
Gets or setse a value indicating if the default value should be used when a type conversion failure happens. true to use the default, otherwise false.
Namespace
CsvHelper.Configuration
Containing Type
MemberMapData
Property Type
bool

Syntax

public virtual bool UseDefaultOnConversionFailure { get; set; }

Value

Type Description
bool