[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Framework.Converters.MultiValueInfoConverter.Convert

Convert Method

Convert(object[], Type, object, CultureInfo)

Converts an array of different objects to a string result.

Declaration
public object Convert(object[] values, Type targetType, object parameter, CultureInfo culture)
Parameters
Type Name Description
object[] values

The array of values that the source bindings in the MultiBinding produces. The value UnsetValue indicates that the source binding has no value to provide for conversion.

Type targetType

The type of the binding target property.

object parameter

The converter parameter to use.

CultureInfo culture

The culture to use in the converter.

Returns
Type Description
object

A converted value as a string, or an empty string if no conversion can be performed.

Implements