FontSizeConverter.CanConvertFrom(ITypeDescriptorContext, Type) Method

Definition

Determines if conversion from a specified type to a Double value is possible.

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

Describes context information of a component such as its container and PropertyDescriptor.

sourceType
Type

Identifies the data type to evaluate for purposes of conversion.

Returns

true if sourceType can be converted to Double; otherwise, false.

Applies to