VersionConverter.CanConvertTo(ITypeDescriptorContext, Type) Method

Definition

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

C#
public override bool CanConvertTo(System.ComponentModel.ITypeDescriptorContext? context, Type? destinationType);
C#
public override bool CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, Type destinationType);

Parameters

context
ITypeDescriptorContext

An object that provides contextual information.

destinationType
Type

The target type for the conversion.

Returns

true if the converter can convert an object to the given destination type; otherwise, false.

Applies to

Product Versions
.NET Core 3.0, Core 3.1, 5, 6, 7, 8, 9, 10