Returns whether this converter can convert the object to the specified type, using the specified context.
Syntax
Parameters
- context
- An System.ComponentModel.ITypeDescriptorContext that provides a format context.
- destinationType
- A System.Type that represents the type you want to convert to.
Return Value
Returns whether this converter can convert the object to the specified type.
Requirements
Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also