Converts the specified System.Windows.Forms.SelectionRangeConverter object to another type by using the specified culture.
- context
- A System.ComponentModel.ITypeDescriptorContext that provides a format context.
- culture
- The locale information for the conversion.
- value
- The object to convert.
- destinationType
- The destination Type to convert into.
An object that represents the converted value.
The SelectionRangeConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext, System.Globalization.CultureInfo, object, Type) method is specialized to convert System.Windows.Forms.SelectionRange values to their string or System.ComponentModel.Design.Serialization.InstanceDescriptor representations. Other types are passed to the base class implementation of this method.