Hello,

I was wondering if there is a function that does the follwoing manipulation over a string containing a number:


Input :
std::string sMyNumber = "1234.56"
MyFunc(&sMyNumber);

Output:
1,234.56

in short: adding , in long in numbers

thanks
avi