[]
        
(Showing Draft Content)

C1.C1Preview.PageColumnDef.TypeConverter2.CanConvertTo

CanConvertTo Method

CanConvertTo(ITypeDescriptorContext, Type)

Tests whether the current converter can convert this object to the specified type.

Declaration
public override bool CanConvertTo(ITypeDescriptorContext context, Type type)
Parameters
Type Name Description
ITypeDescriptorContext context

The converter context.

Type type

The target type.

Returns
Type Description
bool

true if the object can be converted, false otherwise.

Overrides