[]
Converter required to support nullable properties in XAML.
public class NullableObjectConverter<T> : TypeConverter
Name | Description |
---|---|
T | Underlying type of nullable value. |
Name | Description |
---|---|
NullableObjectConverter() |
Name | Description |
---|---|
CanConvertFrom(ITypeDescriptorContext, Type) | Checks whether the converter can convert from a given type. |
CanConvertTo(ITypeDescriptorContext, Type) | Checks whether the converter can convert to a given type. |
ConvertFrom(ITypeDescriptorContext, CultureInfo, object) | Converts from a given type. |
ConvertTo(ITypeDescriptorContext, CultureInfo, object, Type) | Convert to a given type. |