[]
        
(Showing Draft Content)

C1.C1Preview.C1PageSettings.PageSettingsTypeConverter.CanConvertTo

CanConvertTo Method

CanConvertTo(ITypeDescriptorContext, Type)

Tests whether an object of the specified type can be converted to the type of this converter.

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

An ITypeDescriptorContext that provides a format context.

Type type

A Type that represents the type to convert from.

Returns
Type Description
bool

True if this converter can perform the conversion, false otherwise.

Overrides