Click or drag to resize

TypeConverterNullValues Property

Gets the collection of return values for conversions that convert from null.

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

Property Value

Type: TypeValueDictionary
See Also