XPathMessageContextTypeConverter.CanConvertTo Method

Definition

Tests whether a type can be converted into a target type.

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

A type that provides the format context.

destinationType
Type

A type that provides the format context.

Returns

true if the conversion can be performed; otherwise, false.

Applies to