Method CanConvertTo
- Namespace
- Innova.Data.AppSettings
- Assembly
- Innova.Data.dll
CanConvertTo(ITypeDescriptorContext, Type)
Determines whether this converter can convert the object to the specified destination type.
public override bool CanConvertTo(ITypeDescriptorContext context, Type destinationType)
Parameters
context
ITypeDescriptorContextAn ITypeDescriptorContext that provides a format context.
destinationType
TypeThe type of the destination that is being converted to.
Returns
- bool
true if this converter can perform the conversion; otherwise, false.