[]
Represents a converter that converts objects of different data types into a message ("Info").
public sealed class MultiValueInfoConverter : IMultiValueConverter
| Name | Description |
|---|---|
| MultiValueInfoConverter() |
| 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. |