Represents a Binding converter that returns a localized string representation of WeekOfMonthEnum member.

Namespace:  C1.WPF.C1Schedule
Assembly:  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.

Inheritance Hierarchy

System..::..Object
  C1.WPF.C1Schedule..::..WeekOfMonthEnumToStringMultiConverter

See Also