Method CanConvertTo
CanConvertTo(ITypeDescriptorContext?, Type?)
Returns whether this converter can convert the object to the specified type, using the specified context.
public override bool CanConvertTo(ITypeDescriptorContext? typeDescriptorContext, Type? destinationType)
Parameters
typeDescriptorContextITypeDescriptorContextdestinationTypeTypeA Type that represents the type you want to convert to.