ContentToSpecificFormatConverter.ConvertBack(Object, Type, Object, CultureInfo) Method
Converts a value.
Namespace: DevExpress.Xpf.RichEdit
Assembly: DevExpress.Xpf.RichEdit.v24.1.dll
NuGet Package: DevExpress.Wpf.RichEdit
Declaration
public object ConvertBack(
object value,
Type targetType,
object parameter,
CultureInfo culture
)
Parameters
Name | Type | Description |
---|---|---|
value | Object | The value to convert. |
targetType | Type | The Type that is the type of the result. |
parameter | Object | The converter parameter to use. |
culture | CultureInfo | A CultureInfo signifying the culture to use in the converter. |
Returns
Type | Description |
---|---|
Object | An object representing the resulting value. |
Remarks
Implementation of the IValueConverter interface.
Inverse of the ContentToSpecificFormatConverter.Convert method.
See Also