DataSourceCacheDurationConverter::CanConvertTo Method (ITypeDescriptorContext^, Type^)
Returns a value indicating whether the DataSourceCacheDurationConverter instance can convert an object to the given destination type.
Assembly: System.Web (in System.Web.dll)
public: virtual bool CanConvertTo( ITypeDescriptorContext^ context, Type^ destinationType ) override
Parameters
- context
-
Type:
System.ComponentModel::ITypeDescriptorContext^
An ITypeDescriptorContext that provides a format context.
- destinationType
-
Type:
System::Type^
A Type that represents the type to which you want to convert.
Return Value
Type: System::Booleantrue if this converter can perform the operation; otherwise, false.
The DataSourceCacheDurationConverter explicitly handles conversion to string and InstanceDescriptor types. Otherwise, it calls on its base class, Int32Converter, to make the determination.
Available since 2.0