[]
Modifies the source data before passing it to the target for display in the UI.
public object Convert(object value, Type targetType, object parameter, string culture)
Public Function Convert(value As Object, targetType As Type, parameter As Object, culture As String) As Object
| Type | Name | Description |
|---|---|---|
| object | value | The source data being passed to the target. |
| Type | targetType | The Type of data expected by the target dependency property. |
| object | parameter | An optional parameter to be used in the converter logic. |
| string | culture | The culture of the conversion. |
| Type | Description |
|---|---|
| object | The value to be passed to the target dependency property. |