BooleanConverter Constructor
Namespace: FolkerKinzel.CsvTools.Mappings.TypeConvertersAssembly: FolkerKinzel.CsvTools.Mappings (in FolkerKinzel.CsvTools.Mappings.dll) Version: 1.1.0+1263e8243dc2cd78095f678f813d7d9c52ea4315
public BooleanConverter(
bool throwing = true,
bool defaultValue = false
)
Public Sub New (
Optional throwing As Boolean = true,
Optional defaultValue As Boolean = false
)
public:
BooleanConverter(
bool throwing = true,
bool defaultValue = false
)
new :
?throwing : bool *
?defaultValue : bool
(* Defaults:
let _throwing = defaultArg throwing true
let _defaultValue = defaultArg defaultValue false
*)
-> BooleanConverter
Parameters
- throwing Boolean (Optional)
- Sets the value of the
Throwing property.
- defaultValue Boolean (Optional)
- Sets the value of the DefaultValue property.
Static members of this type are safe for multi-threaded operations. Instance members of this type are safe for multi-threaded operations.