Returns whether this converter can convert an object of the given type to the type of this converter.
Public Function CanConvertFrom ( _ sourceType As Type _ ) As Boolean
Dim instance As TypeConverter Dim sourceType As Type Dim returnValue As Boolean returnValue = instance.CanConvertFrom(sourceType)
public bool CanConvertFrom( Type sourceType )
public: bool CanConvertFrom( Type^ sourceType )
public function CanConvertFrom( sourceType : Type ) : boolean
As implemented in this class, this method always returns false. It never returns true.
Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98