Table of Contents

Method CanConvertTo

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

CanConvertTo(ITypeDescriptorContext, Type)

CanConvertTo - Returns whether or not this class can convert to a given type.

public override bool CanConvertTo(ITypeDescriptorContext typeDescriptorContext, Type destinationType)

Parameters

typeDescriptorContext ITypeDescriptorContext

The ITypeDescriptorContext for this call.

destinationType Type

The Type being queried for support.

Returns

bool

bool - True if this converter can convert to the provided type, false if not.