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.
TypeConverter::CanConvertFrom Method (Type^)
.NET Framework (current version)
Returns whether this converter can convert an object of the given type to the type of this converter.
Assembly: System (in System.dll)
Parameters
- sourceType
-
Type:
System::Type^
A Type that represents the type you want to convert from.
Return Value
Type: System::Booleantrue if this converter can perform the conversion; otherwise, false.
As implemented in this class, this method always returns false. It never returns true.
.NET Framework
Available since 1.1
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Available since 1.1
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Show: