WPF: Textbox Binding with StringFormat={}{0:F2}. Don't show zero's WPF: Textbox Binding with StringFormat={}{0:F2}. Don't show zero's wpf wpf

WPF: Textbox Binding with StringFormat={}{0:F2}. Don't show zero's


Try the following:

StringFormat={}{0:#.##}

It will format to two decimal places and won't show zeroes.