TypeConverterBase.CanConvertTo(ITypeDescriptorContext, Type) Method

Definition

When overridden in a derived class, determines whether the specified type can be converted to.

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
 override bool CanConvertTo(System::ComponentModel::ITypeDescriptorContext ^ context, Type ^ destinationType);
public override bool CanConvertTo (System.ComponentModel.ITypeDescriptorContext context, Type destinationType);
override this.CanConvertTo : System.ComponentModel.ITypeDescriptorContext * Type -> bool
Public Overrides Function CanConvertTo (context As ITypeDescriptorContext, destinationType As Type) As Boolean

Parameters

context
ITypeDescriptorContext

Context information that is used for conversion.

destinationType
Type

The type to convert to.

Returns

true if the specified type can be converted to; otherwise, false.

Applies to