ITypeConverterTDefaultValue Property

Gets the value to return if the parser finds no data in the CSV, or if parsing fails and the Throwing property is false.

Definition

Namespace: FolkerKinzel.CsvTools.Mappings.TypeConverters.Interfaces
Assembly: FolkerKinzel.CsvTools.Mappings (in FolkerKinzel.CsvTools.Mappings.dll) Version: 1.1.0+1263e8243dc2cd78095f678f813d7d9c52ea4315
C#
T DefaultValue { get; }

Property Value

T

Remarks

  Notes to Implementers

In any case, the ITypeConverterT MUST accept this value as input.

See Also