TreeNodeConverter.ConvertTo Method (ITypeDescriptorContext, CultureInfo, Object, Type)
.NET Framework 4.5
This member overrides TypeConverter.ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type), and more complete documentation might be available in that topic.
Converts the given value object to the specified type, using the specified context and culture information.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
public override Object ConvertTo( ITypeDescriptorContext context, CultureInfo culture, Object value, Type destinationType )
Parameters
- context
- Type: System.ComponentModel.ITypeDescriptorContext
An ITypeDescriptorContext that provides a format context.
- culture
- Type: System.Globalization.CultureInfo
A CultureInfo. If null is passed, the current culture is assumed.
- value
- Type: System.Object
The Object to convert.
- destinationType
- Type: System.Type
The Type to convert the value parameter to.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.