System.Web.UI.Design.DataMemberConverter.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 object that can be used to gain additional context information.
sourceType
A Type that represents the type you wish to convert from.

Returns

true if the converter can perform the conversion; otherwise, 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