TypeConverterTThrowing Property
Gets a value indicating whether the converter throws a
FormatException
when a parsing error occurs, or if it returns
DefaultValue value instead.
Namespace: FolkerKinzel.CsvTools.Mappings.TypeConvertersAssembly: FolkerKinzel.CsvTools.Mappings (in FolkerKinzel.CsvTools.Mappings.dll) Version: 1.1.0+1263e8243dc2cd78095f678f813d7d9c52ea4315
public bool Throwing { get; }
Public ReadOnly Property Throwing As Boolean
Get
public:
virtual property bool Throwing {
bool get () sealed;
}
abstract Throwing : bool with get
override Throwing : bool with get
Booleantrue if the converter throws a
FormatException on parsing errors,
false to return
DefaultValue
in this case.
ITypeConverterTThrowing Empty fields are accepted in any case.