Method | Description | |
---|---|---|
Convert ( object value, Type targetType, object parameter, |
||
Convert ( object value, Type targetType, object parameter, string culture ) : object |
Converts an object into a formatted string.
|
|
ConvertBack ( object value, Type targetType, object parameter, |
||
ConvertBack ( object value, Type targetType, object parameter, string culture ) : object |
This method is not supported and throws an exception when it is called.
|
|
ConvertBack ( object value, Type targetTypes, object parameter, |
This method is not supported and throws an exception when it is called.
|
public Convert ( object value, Type targetType, object parameter, |
||
value | object | |
targetType | Type | |
parameter | object | |
culture | ||
return | object |
public Convert ( object value, Type targetType, object parameter, string culture ) : object | ||
value | object | The object to convert. |
targetType | Type | The type of the binding target property. This parameter will be ignored. |
parameter | object | The format specification used to format the object. |
culture | string | The culture to use in the converter. This parameter will be ignored. |
return | object |
public ConvertBack ( object value, Type targetType, object parameter, |
||
value | object | |
targetType | Type | |
parameter | object | |
culture | ||
return | object |
public ConvertBack ( object value, Type targetType, object parameter, string culture ) : object | ||
value | object | The value that is produced by the binding target. |
targetType | Type | The type to convert to. |
parameter | object | The converter parameter to use. |
culture | string | The culture to use in the converter. |
return | object |
public ConvertBack ( object value, Type targetTypes, object parameter, |
||
value | object | The value that is produced by the binding target. |
targetTypes | Type | The types to convert to. |
parameter | object | The converter parameter to use. |
culture | The culture to use in the converter. | |
return | object[] |