Users Pricing

forum

home / developersection / forums / how to use stringformat in multibinding in wpf xaml

How to use stringformat in multibinding in WPF XAML

Anonymous User 7579 24 Sep 2013

As you know StringFormat is of great importance for data representation in WPF. My problem is how to use StringFormat when multibinding in WPF?

If I give a very simple example:

We have variables,which are A and B and whose values are 10.255555 and 25.6999999

And we want to show them 10.2,25.6?

How can I do this with multibinding? Normally it is piece of cake with ValueConverter

Any help and ideas on this topic will be greately appreciated


I am a content writter !


1 Answers