[]
Represents a MultiValue binding converter that converts a DateTimeInfo object to one of its string representations.
[ValueConversion(typeof(DateTimeInfo), typeof(string))]
public class DateTimeInfoToStringConverter : IMultiValueConverter
DateTimeInfoToStringConverter is a one-way converter. It takes as a source a list of 3 values:
Name | Description |
---|---|
DateTimeInfoToStringConverter() |
Name | Description |
---|---|
Default | Gets an instance of DateTimeInfoToStringConverter. |
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) | Does nothing. |