CommaDelimitedStringCollectionConverter.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.
Convertit un objet CommaDelimitedStringCollection en un objet String.
public:
override System::Object ^ ConvertTo(System::ComponentModel::ITypeDescriptorContext ^ ctx, System::Globalization::CultureInfo ^ ci, System::Object ^ value, Type ^ type);
public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext ctx, System.Globalization.CultureInfo ci, object value, Type type);
override this.ConvertTo : System.ComponentModel.ITypeDescriptorContext * System.Globalization.CultureInfo * obj * Type -> obj
Public Overrides Function ConvertTo (ctx As ITypeDescriptorContext, ci As CultureInfo, value As Object, type As Type) As Object
Paramètres
Utilisé ITypeDescriptorContext pour les conversions de type.
- ci
- CultureInfo
Utilisé pendant la CultureInfo conversion.
- value
- Object
Valeur à convertir.
- type
- Type
Type de conversion.
Retours
Représentant String le paramètre converti value , qui est un CommaDelimitedStringCollection.