WPF 3.5 SP1 Feature - StringFormat
Via this post.
I won't elaborate so much about it, do read Lester's post in the link above.
The new feature introduces useful and simple usage to control string formatting in binding statements.
No need to use converter everywhere :)
A good thing!
<TextBox Text="{Binding Path=Double, StringFormat=F3}"/>