Skip to main content
A newer version of this page is available. .

SpecificFormatToContentConverter.ConvertBack(Object, Type, Object, CultureInfo) Method

Converts a value.

Namespace: DevExpress.Xpf.RichEdit

Assembly: DevExpress.Xpf.RichEdit.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.RichEdit, 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 specifying the resulting value.

Remarks

Implementation of the IValueConverter interface.

Inverse of the SpecificFormatToContentConverter.Convert method.

See Also