TypeConverterT Constructor
Abstract base class for type converters that convert
between the content of a single field of CSV data and .NET data types.
Namespace: FolkerKinzel.CsvTools.Mappings.TypeConvertersAssembly: FolkerKinzel.CsvTools.Mappings (in FolkerKinzel.CsvTools.Mappings.dll) Version: 1.1.0+1263e8243dc2cd78095f678f813d7d9c52ea4315
protected TypeConverter(
bool throwing,
T defaultValue
)
Protected Sub New (
throwing As Boolean,
defaultValue As T
)
protected:
TypeConverter(
bool throwing,
T defaultValue
)
new :
throwing : bool *
defaultValue : 'T -> TypeConverter
Parameters
- throwing Boolean
- Sets the value of the
Throwing property.
- defaultValue T
-
Sets the value of the DefaultValue property.