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
Post a Comment