Edit

Share via


TreeNodeBindingDepthConverter.ConvertFrom Method

Definition

Converts the given value to the type of this converter using the provided context and culture information.

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

Parameters

context
ITypeDescriptorContext

A ITypeDescriptorContext that provides a format context.

culture
CultureInfo

The CultureInfo to use as the current culture.

value
Object

The object to convert.

Returns

An object that represents the converted value.

Applies to

See also