Méthode | Description | |
---|---|---|
Convert ( object value, Type targetType, object param, CultureInfo culture ) : object | ||
ConvertBack ( object value, Type targetType, object param, CultureInfo culture ) : object |
public Convert ( object value, Type targetType, object param, CultureInfo culture ) : object | ||
value | object | |
targetType | Type | |
param | object | |
culture | CultureInfo | |
Résultat | object |
public ConvertBack ( object value, Type targetType, object param, CultureInfo culture ) : object | ||
value | object | |
targetType | Type | |
param | object | |
culture | CultureInfo | |
Résultat | object |