ITypeConverterTThrowing Property

Gets a value indicating whether the converter throws a FormatException when a parsing error occurs, or if it returns DefaultValue value instead.

Definition

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

Property Value

Boolean
true if the converter throws a FormatException on parsing errors, false to return DefaultValue in this case.

Remarks

Empty fields are accepted in any case.

See Also