Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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
Available since 2.0
Return to top
Show:
© 2017 Microsoft