Skip to main content

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

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.

targetType Type

The Type that is the type of the result.

parameter Object

An Object that is the converter parameter to use.

culture CultureInfo

A CultureInfo with the information about the culture to use in the converter.

#Returns

Type Description
Object

An Object value.

#Remarks

This method provides the implementation of the IValueConverter interface.

See Also