Converts a value from twips to another meaasuring unit.
public object Convert(object value, Type targetType, object parameter, System.Globalization.CultureInfo culture);
Public Function Convert(value As Object, targetType As Type, parameter As Object, culture As CultureInfo) As Object
Parameter | Description |
---|---|
value | The value produced by the binding source. It must be an object of the type System. |
target |
The type of the binding target property. It must be a string or a double. |
parameter | The converter parameter to use. This converter does not use parameter. |
culture | The culture to use in the converter. |
A converted value, a string or a double. The method returns Dependency