Converts the specified object to the specified type, using the specified context and culture information.
- context
- An System.ComponentModel.ITypeDescriptorContext that provides a format context.
- culture
- A System.Globalization.CultureInfo that represents information about a culture, such as language and calendar system. Can be null.
- value
- The object to convert.
- destinationType
- The Type to convert to.
The object that is the result of the conversion.