Returns whether this converter can convert the object to the specified type, using the specified context.
Namespace: NetIrc2.DetailsAssembly: NetIrc2 (in NetIrc2.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public override bool CanConvertTo( ITypeDescriptorContext context, Type destinationType )
Parameters
- context
- Type:
System.ComponentModel ITypeDescriptorContext
AnITypeDescriptorContext that provides a format context.
- destinationType
- Type:
System Type
AType that represents the type you want to convert to.
Return Value
true if this converter can perform the conversion; otherwise, false.See Also