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)
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: