[]
        
(Showing Draft Content)

C1.WPF.Schedule.WeekDaysEnumToStringMultiConverter

WeekDaysEnumToStringMultiConverter Class

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

Inheritance
WeekDaysEnumToStringMultiConverter
Namespace: C1.WPF.Schedule
Assembly: C1.WPF.Schedule.dll
Syntax
[ValueConversion(typeof(WeekDaysEnum), typeof(string))]
public class WeekDaysEnumToStringMultiConverter : IMultiValueConverter
Remarks

WeekDaysEnumToStringMultiConverter is a one-way converter.

Constructors

Name Description
WeekDaysEnumToStringMultiConverter()

Fields

Name Description
Default

Gets an instance of WeekDaysEnumToStringMultiConverter.

Methods

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.