System.Web.UI.Design.SkinIDTypeConverter.ConvertFrom Method

Converts the given string to a System.Web.UI.Control.SkinID object using the specified context and culture information.

Syntax

public override object ConvertFrom (System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value)

Parameters

context
An T:System.ComponentModel.ITypeDescriptorContext that provides a format context that represents the control being designed.
culture
A T:System.Globalization.CultureInfo. If null is passed, the current culture is assumed.
value
The string to convert.

Returns

An object that can be cast as a System.Web.UI.DataSourceControl.SkinID object, if the conversion can be made; otherwise, null.

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: 2.0.0.0