Converts a boolean to a value of the type specified through the target
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 boolean value that is produced by the binding target. |
target |
The type to convert to. |
parameter | The converter parameter to use. It must be a string representation of the value to return. If value is true this value is returned. If value is false, Dependency |
culture | The culture to use in the converter. |
The converted value. The method returns Dependency