VersionConverterCreateNonNullable Method
Namespace: FolkerKinzel.CsvTools.Mappings.TypeConvertersAssembly: FolkerKinzel.CsvTools.Mappings (in FolkerKinzel.CsvTools.Mappings.dll) Version: 1.1.0+1263e8243dc2cd78095f678f813d7d9c52ea4315
public static TypeConverter<Version> CreateNonNullable(
bool throwing = true
)
Public Shared Function CreateNonNullable (
Optional throwing As Boolean = true
) As TypeConverter(Of Version)
public:
static TypeConverter<Version^>^ CreateNonNullable(
bool throwing = true
)
static member CreateNonNullable :
?throwing : bool
(* Defaults:
let _throwing = defaultArg throwing true
*)
-> TypeConverter<Version>
- throwing Boolean (Optional)
- Sets the value of the Throwing property.
TypeConverterVersionThe newly created
TypeConverter<Version>
instance. Its
DefaultValue will be a
Version
instance that is created with
Version.