Converts a System.
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 System. |
target |
The type to convert to. It must be System. |
parameter | This parameter is not used and can be set to null. |
culture | The culture to use in the converter. |
The converted value. The method returns Dependency