[]
        
(Showing Draft Content)

C1.Framework.CornersConverter.CanConvertTo

CanConvertTo Method

CanConvertTo(ITypeDescriptorContext, Type)

Returns whether this converter can convert the object to the specified type, using the specified context.

Declaration
public override bool CanConvertTo(ITypeDescriptorContext context, Type destinationType)
Parameters
Type Name Description
ITypeDescriptorContext context

An ITypeDescriptorContext that provides a format context.

Type destinationType

A Type that represents the type to convert to.

Returns
Type Description
bool

True if the conversion can be performed; false otherwise.

Overrides