[]
        
(Showing Draft Content)

C1.WPF.C1Chart.JScriptExpressionConverter.Convert

Convert Method

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

Converts source values to a value for the binding target.

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

Convert(object, Type, object, CultureInfo)

Converts a value.

Declaration
public object Convert(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