Table of Contents

Method CanConvertTo

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

CanConvertTo(ITypeDescriptorContext?, Type?)

Gets a value indicating whether this converter can convert an object to the given destination type using the context.

public override bool CanConvertTo(ITypeDescriptorContext? context, Type? destinationType)

Parameters

context ITypeDescriptorContext
destinationType Type

Returns

bool