PrintingStringIdConverter.ConvertBack(Object, Type, Object, CultureInfo) Method
In This Article
Inverse of the PrintingStringIdConverter.Convert method.
Namespace: DevExpress.Xpf.Printing
Assembly: DevExpress.Xpf.Printing.v14.2.dll
#Declaration
public object ConvertBack(
object value,
Type targetType,
object parameter,
CultureInfo culture
)
#Parameters
Name | Type | Description |
---|---|---|
value | Object | An Object that is the control's content. |
target |
Type | The Type that is the type of the result. |
parameter | Object | An Object that is the converter parameter to use. |
culture | Culture |
A Culture |
#Returns
Type | Description |
---|---|
Object | An Object value. |
#Remarks
This method provides the implementation of the IValueConverter interface.
See Also