[]
Represents a converter that converts objects of different data types into a message ("Detail").
public sealed class MultiValueDetailsConverter : IMultiValueConverter
| Name | Description |
|---|---|
| MultiValueDetailsConverter() |
| Name | Description |
|---|---|
| Convert(object[], Type, object, CultureInfo) | Converts an array of different objects to a string result. |
| ConvertBack(object, Type[], object, CultureInfo) | Converts a binding target value to the source binding values. |