[]
Represents a Binding converter that returns a string title for Reminders Window.
[ValueConversion(typeof(int), typeof(string))]
public class RemindersToStringConverter : IValueConverter
RemindersToStringConverter is a one-way converter.
| Name | Description |
|---|---|
| RemindersToStringConverter() |
| Name | Description |
|---|---|
| Default | Gets an instance of RemindersToStringConverter. |
| 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. |