Method | Description | |
---|---|---|
Convert ( object values, Type targetType, object parameter, |
Converts a collection of ValidationError objects into a multi-line string of error messages.
|
|
ConvertBack ( object value, Type targetTypes, object parameter, |
This method is not supported and throws an exception when it is called.
|
public Convert ( object values, Type targetType, object parameter, |
||
values | object | The first value is the collection of |
targetType | Type | The type of the binding target property. This parameter will be ignored. |
parameter | object | The converter parameter to use. This parameter will be ignored. |
culture | The culture to use in the converter. | |
return | object |
public ConvertBack ( object value, Type targetTypes, object parameter, |
||
value | object | The value that is produced by the binding target. |
targetTypes | Type | The array of types to convert to. |
parameter | object | The converter parameter to use. |
culture | The culture to use in the converter. | |
return | object[] |