Converts an integer or a double precision floating point value to an integer or a double precision floating point value.
public object ConvertBack(object value, Type targetType, object parameter, System.Globalization.CultureInfo culture);
Public Function ConvertBack(value As Object, targetType As Type, parameter As Object, culture As CultureInfo) As Object
Parameter | Description |
---|---|
value | The numeric value that is produced by the binding target. |
target |
The type of the binding source. It must be either a double precision floating point value or an integer. |
parameter | The converter parameter. Is not used by this converter. |
culture | The culture to use in the converter. |
The converted value. The method returns Dependency