'Declaration Public Overloads Overrides Function CanConvertTo( _
ByVal contextAn System.ComponentModel.ITypeDescriptorContext that provides a format context.As System.ComponentModel.ITypeDescriptorContext, _
ByVal destinationTypeA System.Type that represents the type you want to convert to.As System.Type _
) As Boolean
public override bool CanConvertTo(
System.ComponentModel.ITypeDescriptorContext context,
System.Type destinationType
)
public: bool CanConvertTo(
System.ComponentModel.ITypeDescriptorContext* context,
System.Type* destinationType
); override
public:
bool CanConvertTo(
System.ComponentModel.ITypeDescriptorContext^ context,
System.Type^ destinationType
); override
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
True if this converter can perform the conversion; otherwise, false.