Share via


DoubleToIntConverter.ConvertBack(Object, Type, Object, CultureInfo) Method

Definition

Converts back System.Int32 to System.Double.

public object? ConvertBack(object value, Type targetType, object parameter, System.Globalization.CultureInfo culture);

Parameters

value
System.Object

Integer value.

targetType
System.Type

The type of the binding target property. This is not implemented.

parameter
System.Object

Denominator (Equals 1 by default).

culture
System.Globalization.CultureInfo

The culture to use in the converter. This is not implemented.

Returns

System.Object

System.Double value.

Implements

Applies to