Hi.

Could anyone help please? I have a WPF label with the content programmatically set to 0. The debugger confirms the content is zero too. However, when also shows a value of {System.Windows.Controls.Label: 0.0000} and this is what's displayed in the front-end i.e. 0.0000. How can the value and content be different and more importantly, is there some way I can change the value as well as content or othewise force zero with no decimals to display?

Thanks people