Converts a value from another measuring unit to twips.
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 value that is produced by the binding target. It must be a string or a double. |
target |
The type to convert to. It is an object of the type System. |
parameter | The converter parameter to use. This converter does not use parameter. |
culture | The culture to use in the converter. |
The converted value. The method returns Dependency