Table of Contents

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 ITypeDescriptorContext

The context of the conversion.

sourceType Type

The type of the source object.

Returns

bool

true if the converter can convert the specified type; otherwise, false.