- context
- An System.ComponentModel.ITypeDescriptorContext providing contextual information about the object to be converted.
- culture
- Cultural attributes of the object to be converted. If this parameter is null, the System.Globalization.CultureInfo.CurrentCulture property value is used.
- value
- The object to be converted.
- destinationType
- The type to convert the object to.
The converted object.
The most common conversion is from one string to another string. The default implementation calls object.ToString on the object if the object is valid and if the destinationType is string.