A part of the .NET Framework that provides a unified programming model for building line-of-business desktop applications on Windows.
If only 0 must be displayed without decimals, then try these formats: StringFormat={}{0:0.00;-0.00;0}.
Maybe StringFormat={}{0:0.##} is suitable too.