Windows apps
Collapse the table of content
Expand the table of content
Information
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.

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

 

Attempts to convert an instance of ImageSource to a specified type.

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

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

Parameters

context
Type: System.ComponentModel::ITypeDescriptorContext^

Context information used for conversion.

culture
Type: System.Globalization::CultureInfo^

Cultural information that is respected during conversion.

value
Type: System::Object^

ImageSource to convert.

destinationType
Type: System::Type^

Type being evaluated for conversion.

Return Value

Type: System::Object^

A new instance of the destinationType.

Exception Condition
NotSupportedException

value is null or is not a valid type.

-or-

context instance cannot serialize to a string.

.NET Framework
Available since 3.0
Return to top
Show:
© 2017 Microsoft