[]
        
(Showing Draft Content)

C1.WPF.C1Chart.JScriptExpressionConverter.ConvertBack

ConvertBack Method

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

Converts a binding target value to the source binding values.

Declaration
public object[] ConvertBack(object value, Type[] targetTypes, object parameter, CultureInfo culture)
Parameters
Type Name Description
object value
Type[] targetTypes
object parameter
CultureInfo culture
Returns
Type Description
object[]
Implements

ConvertBack(object, Type, object, CultureInfo)

Converts a value.

Declaration
public object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture)
Parameters
Type Name Description
object value
Type targetType
object parameter
CultureInfo culture
Returns
Type Description
object
Implements