This method work?

Glib::ustring testUString("1.23456789");
char * UStringToCharArray = testUString.c_str();
double floatingPoint = atof(UStringToCharArray);



2012/8/14 Kevin Brightwell <[email protected]>

> You can also use the usting::c_str() to access the underlying C-style
> string to pass to atoX methods.
_______________________________________________
gtkmm-list mailing list
[email protected]
https://mail.gnome.org/mailman/listinfo/gtkmm-list

Reply via email to