Determines if this converter can convert an object in the given source type to the native type of the converter.
[Visual Basic] Overloads Public Function CanConvertFrom( _ ByVal sourceType As Type _ ) As Boolean [C#] public bool CanConvertFrom( Type sourceType ); [C++] public: bool CanConvertFrom( Type* sourceType ); [JScript] public function CanConvertFrom( sourceType : Type ) : Boolean;
true if this converter can perform the conversion; otherwise, false.
TypeConverter Class | TypeConverter Members | System.ComponentModel Namespace | TypeConverter.CanConvertFrom Overload List