[]
        
(Showing Draft Content)

C1.WPF.ExpressionEditor.ExpressionEvaluationValueConverter.Convert

Convert Method

Convert(object, Type, object, CultureInfo)

Evaluates an expression against a data context.

Declaration
public object Convert(object value, Type targetType, object parameter, CultureInfo culture)
Public Function Convert(value As Object, targetType As Type, parameter As Object, culture As CultureInfo) As Object
Parameters
Type Name Description
object value

The data context for evaluation.

Type targetType

The type of the target property.

object parameter

The expression to evaluate.

CultureInfo culture

The culture to use.

Returns
Type Description
object

The result of expression evaluation, or null if evaluation failed.

Implements