Top "Valueconverter" questions

Value converters are culture-aware.

Converter of System.Drawing.Point' to 'System.Windows.Point

I am trying to draw few entities in WPF. My collection contains System.Drawing.Rectangle objects, When I try to …

c# wpf xaml valueconverter
Unable to find enum type for static reference in WPF

I'm trying to bind an enum to a radio button in WPF (Inspired by this answer), but I have trouble …

wpf c#-4.0 .net-4.0 enums valueconverter
How to use ResourceDictionary as StaticResource in Windows Phone 8

I have a Windows Phone 7 app which I'm trying to create a Windows Phone 8 version of it. In the app …

xaml windows-phone-8 resourcedictionary valueconverter
Converting a year string i.e. '2005' to a Datetime value

I am creating a simple input form to create an account. On the form there is an input field for …

c# asp.net datetime valueconverter
Creating a WPF ValueConverter for a Brush

On the Nerd Plus Art blog today, there was a post about creating WPF Resources for arrows, which the author …

wpf binding .net-3.5 valueconverter brush
how can I convert wstring to u16string?

I want to convert wstring to u16string in C++. I can convert wstring to string, or reverse. But I …

c++ winapi utf-16 wstring valueconverter
Convert hex strings to integers

Visual Basic 2010: Recently in one of my projects I have been tasked with reading several data fields in hex. Each …

vb.net hex decimal valueconverter parity
Convert char to double

I am writing a code for data acquisition for my hardware. However, I need to find the average of the …

c++ mfc char double valueconverter