Partager via


DurationConverter.CanConvertTo(ITypeDescriptorContext, Type) Méthode

Définition

Détermine si la conversion dans un type spécifié est possible.

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

Paramètres

context
ITypeDescriptorContext

Informations contextuelles utilisées pour la conversion.

destinationType
Type

Type évalué pour la conversion.

Retours

Boolean

true si destinationType est de type String, sinon, false.

S’applique à