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 Overrides Function CanConvertFrom (
	context As ITypeDescriptorContext,
	sourceType As Type
) As Boolean

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: