Gets a value indicating whether this converter can convert an object to the given destination type.
Gets a value indicating whether this converter can convert an object to the given destination type using the context.
[Visual Basic] Overloads Overridable Public Function CanConvertTo(ITypeDescriptorContext, Type) As Boolean
[C#] public virtual bool CanConvertTo(ITypeDescriptorContext, Type);
[C++] public: virtual bool CanConvertTo(ITypeDescriptorContext*, Type);
[JScript] public function CanConvertTo(ITypeDescriptorContext, Type) : Boolean;
Gets a value indicating whether this converter can convert an object to the given destination type.
[Visual Basic] Overloads Public Function CanConvertTo(Type) As Boolean
[C#] public bool CanConvertTo(Type);
[C++] public: bool CanConvertTo(Type*);
[JScript] public function CanConvertTo(Type) : Boolean;
TypeConverter Class | TypeConverter Members | System.ComponentModel Namespace