DoubleToIntConverter.Convert(Object, Type, Object, CultureInfo) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Converts System.Double to System.Int32.
public object? Convert(object value, Type targetType, object parameter, System.Globalization.CultureInfo culture);
Parameters
- value
- System.Object
System.Double value.
- targetType
- System.Type
The type of the binding target property. This is not implemented.
- parameter
- System.Object
Multiplier (Equals 1 by default).
- culture
- System.Globalization.CultureInfo
The culture to use in the converter. This is not implemented.
Returns
System.Int32 value.