[]
Performs conversion based on given JScript expression
public class JScriptExpressionConverter : IMultiValueConverter, IValueConverter
| Name | Description |
|---|---|
| JScriptExpressionConverter() |
| Name | Description |
|---|---|
| Convert(object, Type, object, CultureInfo) | Converts a value. |
| Convert(object[], Type, object, CultureInfo) | Converts source values to a value for the binding target. |
| ConvertBack(object, Type, object, CultureInfo) | Converts a value. |
| ConvertBack(object, Type[], object, CultureInfo) | Converts a binding target value to the source binding values. |