CommaDelimitedStringCollectionConverter.ConvertTo Méthode

Définition

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

ctx
ITypeDescriptorContext

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.

S’applique à