System.Web.UI.Design.DataSourceConverter.CanConvertFrom Method

Gets a value indicating whether the converter can convert an object of the specified source type to the native type of the converter.

Syntax

public override bool CanConvertFrom (System.ComponentModel.ITypeDescriptorContext context, Type sourceType)

Parameters

context
An System.ComponentModel.ITypeDescriptorContext that can be used to gain additional context information.
sourceType
A Type that represents the type you want to convert from.

Returns

true if the converter can perform the conversion; otherwise, false.

As implemented in this class, this method always returns false.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.Web.UI.Design
Assembly: System.Design (in System.Design.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0