UnitConverter.CanConvertTo(ITypeDescriptorContext, Type) Method

Definition

Returns a value indicating whether the converter can convert a Unit object to the specified type.

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

Parameters

context
ITypeDescriptorContext

An ITypeDescriptorContext that indicates the context of the object to convert.

destinationType
Type

The Type that represents the data type to convert to.

Returns

true if the converter supports converting a Unit object to the destination type; otherwise, false.

Applies to

Produkt Verzie
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

See also