BooleanConverter Constructor

TypeConverterT implementation for Boolean.

Definition

Namespace: FolkerKinzel.CsvTools.Mappings.TypeConverters
Assembly: FolkerKinzel.CsvTools.Mappings (in FolkerKinzel.CsvTools.Mappings.dll) Version: 1.1.0+1263e8243dc2cd78095f678f813d7d9c52ea4315
C#
public BooleanConverter(
	bool throwing = true,
	bool defaultValue = false
)

Parameters

throwing  Boolean  (Optional)
Sets the value of the Throwing property.
defaultValue  Boolean  (Optional)
Sets the value of the DefaultValue property.

Thread Safety

Static members of this type are safe for multi-threaded operations. Instance members of this type are safe for multi-threaded operations.

See Also