Top "Ivalueconverter" questions

IValueConverter is an interface defined in Microsoft .NET XAML for use in WPF, Silverlight and Xamarin.

How and Where to Create StaticResource Key for a Converter within the Simple XAML Window?

I'm having a simple WPF XAML Window, I need to Create a StaticResource Key with in the following XAML. The …

c# wpf xaml ivalueconverter staticresource
using IValueConverter with current DataContext in two-way binding

I'm having issues with a converter i'm using to convert between a string and our timeformat. The converter itself works …

wpf data-binding datacontext converter ivalueconverter
Specify target type for IValueConverter

I have a situation where I am using a multi-value converter. The values passed to it are themselves being converted. &…

c# wpf xaml ivalueconverter imultivalueconverter
Exception: 'IValueConverter' type does not have a public TypeConverter class

I have just run into this exception on an IValueConverter I am implementing: IValueConverter type does not have a public …

wpf ivalueconverter
ConverterParameter -- Any way to pass in some delimited list?

Basically, if I have: <TextBlock Text="{Binding MyValue, Converter={StaticResource TransformedTextConverter}, ConverterParameter=?}" /> How would you go about passing …

c# wpf xaml data-binding ivalueconverter
Refreshing a binding that uses a value converter

I have a WPF UI that is bound to an object. I'm using a ValueConverter to convert a property to …

wpf binding ivalueconverter