Méthode | Description | |
---|---|---|
Convert ( object value, |
Modifies the source data before passing it to the target for display in the UI.
|
|
ConvertBack ( object value, |
public Convert ( object value, |
||
value | object | The source data being passed to the target. |
targetType | The |
|
parameter | object | An optional parameter to be used in the converter logic. |
culture | The culture of the conversion. | |
Résultat | object |
public ConvertBack ( object value, |
||
value | object | |
targetType | ||
parameter | object | |
culture | ||
Résultat | object |