BaseIListConverter::ConvertTo Method (ITypeDescriptorContext^, CultureInfo^, Object^, Type^)

 

Converts a supported instance of IList to a String.

Namespace:   System.Windows.Media.Converters
Assembly:  PresentationCore (in PresentationCore.dll)

public:
virtual Object^ ConvertTo(
	ITypeDescriptorContext^ context,
	CultureInfo^ culture,
	Object^ value,
	Type^ destinationType
) override

Parameters

context
Type: System.ComponentModel::ITypeDescriptorContext^

Provides contextual information required for conversion.

culture
Type: System.Globalization::CultureInfo^

Cultural information to respect during conversion.

value
Type: System::Object^

Object being evaluated for conversion.

destinationType
Type: System::Type^

Destination type being evaluated for conversion.

Return Value

Type: System::Object^

String representation of the IList collection.

.NET Framework
Available since 3.0
Return to top
Show: