BaseIListConverter.ConvertTo Method

Definition

Converts a supported instance of IList to a String.

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

Parameters

context
ITypeDescriptorContext

Provides contextual information required for conversion.

culture
CultureInfo

Cultural information to respect during conversion.

value
Object

Object being evaluated for conversion.

destinationType
Type

Destination type being evaluated for conversion.

Returns

String representation of the IList collection.

Applies to