Gets a value indicating whether this converter can convert an object to the given destination type.
[Visual Basic] Overloads Public Function CanConvertTo( _ ByVal destinationType As Type _ ) As Boolean [C#] public bool CanConvertTo( Type destinationType ); [C++] public: bool CanConvertTo( Type* destinationType ); [JScript] public function CanConvertTo( destinationType : Type ) : Boolean;
true if this converter can perform the conversion; otherwise, false.
TypeConverter Class | TypeConverter Members | System.ComponentModel Namespace | TypeConverter.CanConvertTo Overload List