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
typeDescriptorContextITypeDescriptorContextThe ITypeDescriptorContext for this call.
destinationTypeTypeThe Type being queried for support.
Returns
- bool
trueif this converter can convert to the provided type,falseotherwise.