Hi, I have numeric amounts in strings from the ser...
# getting-started
r
Hi, I have numeric amounts in strings from the server thus: "9999.99" I need to format them as "$9,999.99" for output. I am looking at the standard Java currencyFormat().. Is there a more kotlin stylistic way of doing things...?