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