[]
        
(Showing Draft Content)

C1.WPF.ExpressionEditor.ExpressionEvaluationConverterBase.Convert

Convert Method

Convert(object, Type)

Converts the evaluation results to the target type, if possible.

Declaration
protected virtual object Convert(object result, Type targetType)
Protected Overridable Function Convert(result As Object, targetType As Type) As Object
Parameters
Type Name Description
object result

The evaluation results.

Type targetType

The target type that the evaluation results should be converted to.

Returns
Type Description
object