How can i obtain currency formatting according to my country i.e indian rupee, INR or Rs ??
Please tell me the way to achieve this ?? Right now when i use StringFormat="{}{0:C}", "$" is being used
I have gone through this link and i am able to achieve the desired result but i am worried about using this in my project. Is this code safe ??
What does this line mean in the above link "when you test functionality related to settings change it’s important you start the program directly from a folder window, if you run it from within Visual Studio or any other program you may get incorrect results."