- context
An System.ComponentModel.ITypeDescriptorContext that indicates the component or control to which the data binding collection belongs.
- culture
A System.Globalization.CultureInfo that can be used to provide additional culture information.
- value
The object to convert.
- destinationType
The type to convert to.
![]()
The object produced by the type conversion. If the destinationType parameter is of type string, this method returns an empty string ("").
This method returns an empty string if the destinationType parameter is of type string. Otherwise this method calls the System.ComponentModel.TypeConverter.ConvertTo(object, Type) method of the base System.ComponentModel.TypeConverter class.