wpf - How to set the ValueConversion attribut for a IMultiValueConverter -


i changed converter ivalueconverter imultivalueconverter : converted int string :

[valueconversion(typeof(int), typeof(string))] 

but convert int , double string.

how should specify valueconversion attribut ? have 2 input , 1 output now.

i dont think can use valueconversionattribute implementation of imultivalueconverter

i think valueconversionattribute used design-time support , multibindings dont seem make sense in context


Comments

Popular posts from this blog

Add email recipient to all new Trac tickets -

400 Bad Request on Apache/PHP AddHandler wrapper -

php - Change action and image src url's with jQuery -