The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
BaseIListConverter::ConvertTo Method (ITypeDescriptorContext^, CultureInfo^, Object^, Type^)
.NET Framework (current version)
Namespace:
System.Windows.Media.Converters
Assembly: PresentationCore (in PresentationCore.dll)
Return to top
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.
.NET Framework
Available since 3.0
Available since 3.0
Show: