DataMemberConverter::CanConvertFrom Method

 

Namespace:   System.Web.UI.Design.MobileControls.Converters
Assembly:  System.Web.Mobile (in System.Web.Mobile.dll)

NameDescription
System_CAPS_pubmethodCanConvertFrom(ITypeDescriptorContext^, Type^)

Gets a value indicating whether the specified source type can be converted to the type of the associated control property using the specified context and type. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site.(Overrides TypeConverter::CanConvertFrom(ITypeDescriptorContext^, Type^).)

System_CAPS_pubmethodCanConvertFrom(Type^)

Returns whether this converter can convert an object of the given type to the type of this converter.(Inherited from TypeConverter.)

Return to top
Show: