Method | Description | |
---|---|---|
Convert ( object value, |
Converts values on their way to the UI for display
|
|
ConvertBack ( object value, |
Converts values on their way back from the UI to the backend.
|
|
tgExtraPropertyBinder ( ) : System |
public Convert ( object value, |
||
value | object | The value to be formatted |
targetType | The target type of the conversion | |
parameter | object | A format string to be used in the /// formatting of the value |
culture | System | The culture to use for formatting |
return | object |
public ConvertBack ( object value, |
||
value | object | The value to be formatted |
targetType | The target type of the conversion | |
parameter | object | A format string to be used in the /// formatting of the value |
culture | System | The culture to use for formatting |
return | object |