This documentation is archived and is not being maintained.

DataSourceCacheDurationConverter::CanConvertFrom Method (ITypeDescriptorContext, Type)

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

Namespace:  System.Web.UI
Assembly:  System.Web (in System.Web.dll)

public:
virtual bool CanConvertFrom(
	ITypeDescriptorContext^ context, 
	Type^ sourceType
) override

Parameters

context
Type: System.ComponentModel::ITypeDescriptorContext
An ITypeDescriptorContext that provides a format context.
sourceType
Type: System::Type
A Type that represents a type that the converter converts.

Return Value

Type: System::Boolean
true if this converter can perform the operation; otherwise, false.

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

.NET Framework

Supported in: 4, 3.5, 3.0, 2.0

Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: