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