Returns whether this converter can convert an object of the given type to the type of this converter, using the specified context.
- context
- An System.ComponentModel.ITypeDescriptorContext that provides a format context.
- sourceType
- A Type that represents the type you want to convert from.
true if this converter can perform the conversion; otherwise, false.
As implemented in this class, this method returns false, unless sourceType is an System.ComponentModel.Design.Serialization.InstanceDescriptor.