[]
Represents a Binding converter that returns a localized string representation of WeekOfMonthEnum member.
[ValueConversion(typeof(WeekOfMonthEnum), typeof(string))]
public class WeekOfMonthEnumToStringMultiConverter : IMultiValueConverter
WeekOfMonthEnumToStringMultiConverter is a one-way converter.
| Name | Description |
|---|---|
| WeekOfMonthEnumToStringMultiConverter() |
| Name | Description |
|---|---|
| Default | Gets an instance of WeekOfMonthEnumToStringMultiConverter. |
| Name | Description |
|---|---|
| Convert(object[], Type, object, CultureInfo) | Converts a value. The data binding engine calls this method when it propagates a value from the binding source to the binding target. |
| ConvertBack(object, Type[], object, CultureInfo) | Throws System.NotImplementedException. |