Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
110
Format String
posted

I'm new to XAML and I'm trying to convert a decimal value in the following format :

convert 45000  to  45 000.00

What is the correct format string?

 

So far I'm able to convert the value to currency but I don't want to show the $ sign

TextColumn Key="Amount" FormatString="{}{0:C}"