Gets a value indicating whether this converter can convert an object to the given destination type using the context.
- context
- An System.ComponentModel.ITypeDescriptorContext that provides a format context.
- destinationType
- A Type that represents the type you wish to convert to.
true if this converter can perform the conversion; otherwise, false.
The context parameter can be used to extract additional information about the environment this converter is being invoked from. This can be null, so always check. Also, properties on the context object can return null.