ConvertTo(ITypeDescriptorContext,CultureInfo,Object,Type) Method
Converts the object to the requested type.
Syntax
public override object ConvertTo( ITypeDescriptorContext context, CultureInfo culture, object value, Type destinationType )
public: Object^ ConvertTo( ITypeDescriptorContext^ context, CultureInfo^ culture, Object^ value, Type^ destinationType ) override
Parameters
- context
- An System.ComponentModel.ITypeDescriptorContext that provides a format context.
- culture
- A System.Globalization.CultureInfo . If null is passed, the current culture is assumed.
- value
- The System.Object to convert.
- destinationType
- The System.Type to convert the value parameter to.
Return Value
to converted.
Exceptions
Exception | Description |
---|---|
System.ArgumentNullException | Thrown when one or more required arguments are null. |
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also