Int32CollectionConverter.ConvertTo Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Tente de convertir une instance d’un Int32Collection type spécifié.
public:
override System::Object ^ ConvertTo(System::ComponentModel::ITypeDescriptorContext ^ context, System::Globalization::CultureInfo ^ culture, System::Object ^ value, Type ^ destinationType);
public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, Type destinationType);
override this.ConvertTo : System.ComponentModel.ITypeDescriptorContext * System.Globalization.CultureInfo * obj * Type -> obj
Public Overrides Function ConvertTo (context As ITypeDescriptorContext, culture As CultureInfo, value As Object, destinationType As Type) As Object
Paramètres
- context
- ITypeDescriptorContext
Informations de contexte utilisées pour la conversion.
- culture
- CultureInfo
Informations culturelles respectées lors de la conversion.
- value
- Object
Int32Collection à convertir.
- destinationType
- Type
Type évalué pour la conversion.
Retours
Nouvelle instance du destinationType.
Exceptions
value est null ou le type non valide.