DataSourceCacheDurationConverter.CanConvertFrom Method

Definition

Determines whether the DataSourceCacheDurationConverter can convert an object in the given source type to an Int32 object.

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

An ITypeDescriptorContext that provides a format context.

sourceType
Type

A Type that represents a type that the converter converts.

Returns

true if this converter can perform the operation; otherwise, false.

Remarks

The DataSourceCacheDurationConverter class explicitly handles string types. Otherwise, it calls on its base class, Int32Converter, to make the determination.

Applies to