[]
        
(Showing Draft Content)

C1.C1Preview.Tag.TagConverter.CanConvertTo

CanConvertTo Method

CanConvertTo(ITypeDescriptorContext, Type)

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

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

An ITypeDescriptorContext that provides a format context.

Type type

The target type.

Returns
Type Description
bool

true if the conversion can be performed, false otherwise.

Overrides