NullableBoolConverter.CanConvertFrom Method (ITypeDescriptorContext, Type)
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Determines whether this converter can convert an object of the specified type to the Nullable<T> type (using the Boolean type constraint on the generic).
Assembly: System.Windows (in System.Windows.dll)
Parameters
- context
- Type: System.ComponentModel.ITypeDescriptorContext
An ITypeDescriptorContext that provides a format context.
- sourceType
- Type: System.Type
The type that you want to convert from.
Return Value
Type: System.Booleantrue if sourceType is a String, Boolean, or a Nullable<T> type (using the Boolean type constraint on the generic) that can be assigned from sourceType; otherwise, false.
Show: