[]
Evaluates an expression against a data context.
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
| 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. |
| Type | Description |
|---|---|
| object | The result of expression evaluation, or null if evaluation failed. |