Gets a value indicating whether the converter can convert an object of the specified source type to the native type of the converter.
- context
An System.ComponentModel.ITypeDescriptorContext that can be used to gain additional context information.
- sourceType
A Type that represents the type you want to convert from.
![]()
true if the converter can perform the conversion; otherwise, false.
As implemented in this class, this method always returns false.