Converts a System.
public object Convert(object value, Type targetType, object parameter, System.Globalization.CultureInfo culture);
Parameter | Description |
---|---|
value | The value produced by the binding source. It must be a System. |
target |
The type of the binding target property. 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