Hello all,
I need to convert a decimal number in a variable "1234.22" into a string and need it in the format "1,234.22" (money) such that I can display it on a text field when the program is run. I am unsure of how I can approach this.. I know the tostring() function can convert the decimal to a string but I need the commas as well.
Thanks!