[]
Converts the evaluation results to the target type, if possible.
protected virtual object Convert(object result, Type targetType)
Protected Overridable Function Convert(result As Object, targetType As Type) As Object
| Type | Name | Description |
|---|---|---|
| object | result | The evaluation results. |
| Type | targetType | The target type that the evaluation results should be converted to. |
| Type | Description |
|---|---|
| object |