- context
An System.ComponentModel.ITypeDescriptorContext object that indicates the component or control the expression binding collection belongs to.
- culture
A System.Globalization.CultureInfo object that can be used to provide additional culture information.
- value
The object to convert.
- destinationType
The type to convert to.
![]()
If destinationType is not of type string, the object produced by the type conversion; otherwise, if destinationType is a string, an empty string ("").
You should never access a type converter directly. This implementation of System.ComponentModel.TypeConverter is intended only for use by an System.Web.UI.ExpressionBindingCollection object at design time.