- context
- A System.ComponentModel.ITypeDescriptorContext that provides a format context.
- culture
- The locale information for the conversion.
- value
- The object to convert.
An object that represents the converted value.
The SelectionRangeConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext, System.Globalization.CultureInfo, object) method is specialized to convert string values that represent a range of dates to their System.Windows.Forms.SelectionRange representations. Types other than string are passed to the base class implementation of this method.