ReportSizeConverter.CanConvertFrom(ITypeDescriptorContext, Type) Method

Definition

Returns whether this converter can convert an object in the given source type using the specified context.

public:
 override bool CanConvertFrom(System::ComponentModel::ITypeDescriptorContext ^ context, Type ^ sourceType);
public override bool CanConvertFrom (System.ComponentModel.ITypeDescriptorContext context, Type sourceType);
override this.CanConvertFrom : System.ComponentModel.ITypeDescriptorContext * Type -> bool
Public Overrides Function CanConvertFrom (context As ITypeDescriptorContext, sourceType As Type) As Boolean

Parameters

context
ITypeDescriptorContext

Provides the format context.

sourceType
Type

The type you wish to convert from.

Returns

True if this converter can perform the conversion; otherwise, false.

Applies to