Currency format for display
Is there a way to format the correct currency representation for a country?
Is there a way to format the correct currency representation for a country?
I have asp:TextBox to keep a value of money, i.e. ‘1000’, ‘1000,0’ and ‘1000,00’ (comma is the delimiter because of Russian standard).
Is there a way to get an ASP.NET textbox to accept only currency values, and when the control is validated, insert a $ sign beforehand?
I am looking to format a number like 188518982.18 to £188,518,982.18 using Python.