I have a WPF 4 application that contains a TextBlock which has a one-way binding to an integer value (in this case, a temperature in degrees Celsius). The XAML looks like t
Here's an alternative that works well for readability if you have the Binding in the middle of the string or multiple bindings: