[]
        
(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)
Public Function ConvertBack(value As Object, targetTypes As Type(), parameter As Object, culture As CultureInfo) As Object()
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)
Public Function ConvertBack(value As Object, targetType As Type, parameter As Object, culture As CultureInfo) As Object
Parameters
Type Name Description
object value
Type targetType
object parameter
CultureInfo culture
Returns
Type Description
object
Implements