Class GetConvertibleKeyRangeConverter<T>
public class GetConvertibleKeyRangeConverter<T> : GetKeyRangeConverter<T>, IValueConverter, INotifyPropertyChanged where T : IComparable, IConvertible
Type Parameters
T
- Inheritance
-
GetConvertibleKeyRangeConverter<T>
- Implements
- Derived
- Inherited Members
- Extension Methods
Methods
Convert(object, Type, object, CultureInfo)
Converts a value.
public override object Convert(object value, Type targetType, object parameter, CultureInfo culture)
Parameters
valueobjectThe value produced by the binding source.
targetTypeTypeThe type of the binding target property.
parameterobjectThe converter parameter to use.
cultureCultureInfoThe culture to use in the converter.