Skip to main content

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

Converts the control's content to the document in the specified format.

Namespace: DevExpress.Xpf.Printing

Assembly: DevExpress.Xpf.Printing.v14.2.dll

#Declaration

public object Convert(
    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 that is the resulting document.

#Remarks

This method provides the implementation of the IValueConverter interface.

See Also