SkinIDTypeConverter.CanConvertFrom Method (ITypeDescriptorContext, Type)

 

Returns a value indicating whether this converter can convert a SkinID object to a string using the provided format context and type.

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

override CanConvertFrom : 
        context:ITypeDescriptorContext *
        sourceType:Type -> bool

Parameters

context
Type: System.ComponentModel.ITypeDescriptorContext

An T:System.ComponentModel.ITypeDescriptorContext that provides a format context for the control being designed.

sourceType
Type: System.Type

A Type.

Return Value

Type: System.Boolean

true, if the conversion can be made; otherwise, false.

.NET Framework
Available since 2.0
Return to top
Show: