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^)
.NET Framework (current version)
Determines whether the DataSourceCacheDurationConverter can convert an object in the given source type to an Int32 object.
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::Booleantrue 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
Available since 2.0
Show: