Click or drag to resize

ConversionOptions.AllowDefaultValueIfWhitespace Property

If true, conversion returns the destination's default value if the given value is an empty string and otherwise not convertible. This option is false by default.

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

Property Value

Type: Boolean

Implements

IConversionOptions.AllowDefaultValueIfWhitespace
See Also