Method CanConvertTo
CanConvertTo(ITypeDescriptorContext, Type)
Checks whether or not this class can convert to a given type.
public override bool CanConvertTo(ITypeDescriptorContext typeDescriptorContext, Type destinationType)
Parameters
typeDescriptorContext
ITypeDescriptorContextThe ITypeDescriptorContext for this call.
destinationType
TypeThe Type being queried for support.
Returns
- bool
true
if this converter can convert to the provided type,false
otherwise.