I want to show the numbers in text block with thousand separator in xaml but without floating point. how can i do it. i tried the following codes:
StringFormat={}{0:N}
it shows floating point.
StringFormat={}{0:000'.'000}}
it shows 1234 like 001,234 how can it do it?
Use
{Binding StringFormat={}{0:N0}}
The good article about formatting in bindings.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With