UriTypeConverter::CanConvertTo Method (ITypeDescriptorContext^, Type^)

 

Returns whether this converter can convert the object to the specified type, using the specified context.

Namespace:   System
Assembly:  System (in System.dll)

public:
virtual bool CanConvertTo(
	ITypeDescriptorContext^ context,
	Type^ destinationType
) override

Parameters

context
Type: System.ComponentModel::ITypeDescriptorContext^

An System.ComponentModel::ITypeDescriptorContext that provides a format context.

destinationType
Type: System::Type^

A Type that represents the type that you want to convert to.

Return Value

Type: System::Boolean

true if destinationType is of type System.ComponentModel.Design.Serialization::InstanceDescriptor, String, or Uri; otherwise, false.

.NET Framework
Available since 2.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Return to top
Show: