Dundas.SharePoint.Charting.WebParts Send comments on this topic.
CanConvertTo Method
See Also 
Dundas.Charting.WebControl Namespace > Command.Converter Class : CanConvertTo Method


This method overrides CanConvertTo from TypeConverter. This is called when someone wants to convert an instance of object to another type. Here, only conversion to an InstanceDescriptor is supported.

Overload List

Overload Description
CanConvertTo(ITypeDescriptorContext,Type) This method overrides CanConvertTo from TypeConverter. This is called when someone wants to convert an instance of object to another type. Here, only conversion to an InstanceDescriptor is supported.  
CanConvertTo(Type) Returns whether this converter can convert the object to the specified type. (Inherited from System.ComponentModel.TypeConverter)

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also