I have a basic knowledge of C++ but mostly in a limited fashion. I am building an API and I need to send the resulting string to a text box in a Modal Dialog. I will not need to manipulate the string beyond sending it to the text box.
The float can possibly get pretty long but not beyond 8 decimal places or so.
So any short and sweet helper function would be of great help.