Click or drag to resize

ConversionOptionsAllowDefaultValueIfNull Property

If true, conversion returns the destination's default value if the given value is null and the type of destination doesn't support null. This option is false by default.

Namespace:  TB.ComponentModel
Assembly:  UniversalTypeConverter (in UniversalTypeConverter.dll) Version: 2.0.0
Syntax
C#
public bool AllowDefaultValueIfNull { get; set; }

Property Value

Type: Boolean

Implements

IConversionOptionsAllowDefaultValueIfNull
See Also