Represents a Binding converter that returns a localized string representation of WeekOfMonthEnum member.
Namespace:
C1.WPF.C1ScheduleAssembly: C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)
Syntax
C# |
---|
[ValueConversionAttribute(typeof(WeekOfMonthEnum), typeof(string))] public class WeekOfMonthEnumToStringMultiConverter : IMultiValueConverter |
Visual Basic (Declaration) |
---|
<ValueConversionAttribute(GetType(WeekOfMonthEnum), GetType(String))> _ Public Class WeekOfMonthEnumToStringMultiConverter _ Implements IMultiValueConverter |
Remarks
WeekOfMonthEnumToStringMultiConverter is a one-way converter.