Table of Contents

Method CanConvertFrom

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

CanConvertFrom(ITypeDescriptorContext?, Type?)

Gets a value indicating whether this converter can convert an object in the given source type to the native type of the converter using the context.

public override bool CanConvertFrom(ITypeDescriptorContext? context, Type? sourceType)

Parameters

context ITypeDescriptorContext
sourceType Type

Returns

bool