VersionConverterCreateNonNullable Method

Creates a new TypeConverter<Version> instance.

Definition

Namespace: FolkerKinzel.CsvTools.Mappings.TypeConverters
Assembly: FolkerKinzel.CsvTools.Mappings (in FolkerKinzel.CsvTools.Mappings.dll) Version: 1.1.0+1263e8243dc2cd78095f678f813d7d9c52ea4315
C#
public static TypeConverter<Version> CreateNonNullable(
	bool throwing = true
)

Parameters

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

Return Value

TypeConverterVersion
The newly created TypeConverter<Version> instance. Its DefaultValue will be a Version instance that is created with Version.

See Also