MailAddressConverterCreateNonNullable Method
Namespace: FolkerKinzel.CsvTools.Mappings.TypeConvertersAssembly: FolkerKinzel.CsvTools.Mappings (in FolkerKinzel.CsvTools.Mappings.dll) Version: 1.1.0+1263e8243dc2cd78095f678f813d7d9c52ea4315
public static TypeConverter<MailAddress> CreateNonNullable(
MailAddress defaultValue,
bool throwing = true
)
Public Shared Function CreateNonNullable (
defaultValue As MailAddress,
Optional throwing As Boolean = true
) As TypeConverter(Of MailAddress)
public:
static TypeConverter<MailAddress^>^ CreateNonNullable(
MailAddress^ defaultValue,
bool throwing = true
)
static member CreateNonNullable :
defaultValue : MailAddress *
?throwing : bool
(* Defaults:
let _throwing = defaultArg throwing true
*)
-> TypeConverter<MailAddress>
- defaultValue MailAddress
- The value of DefaultValue.
The defaultValue must not be null.
- throwing Boolean (Optional)
- Sets the value of the Throwing
property.
TypeConverterMailAddressThe newly created
TypeConverterT instance.