TreeNodeBindingDepthConverter.ConvertFrom Method (ITypeDescriptorContext, CultureInfo, Object)
.NET Framework 3.0
Converts the given value to the type of this converter using the provided context and culture information.
Namespace: System.Web.UI.Design.WebControls
Assembly: System.Design (in system.design.dll)
Assembly: System.Design (in system.design.dll)
public: virtual Object^ ConvertFrom ( ITypeDescriptorContext^ context, CultureInfo^ culture, Object^ value ) override
public Object ConvertFrom ( ITypeDescriptorContext context, CultureInfo culture, Object value )
public override function ConvertFrom ( context : ITypeDescriptorContext, culture : CultureInfo, value : Object ) : Object
Not applicable.
Parameters
- context
A ITypeDescriptorContext that provides a format context.
- culture
The CultureInfo to use as the current culture.
- value
The object to convert.
Return Value
An object that represents the converted value.Community Additions
ADD
Show: