« Return to Thread: [convert] coversion between strings with different locales

[convert] coversion between strings with different locales

by Vicente Botet Escriba :: Rate this Message:

Reply to Author | View in Thread

Hi,

I wanted to see how we can convert a double from a locale to another locale?
Should I write

double d =convert<string>::from(convert<double>::from(str)(_locale=f))(_locale=t);

or I need

double d = convert<double>::from(str)(_locale=f);
convert<string>::from(d)(_locale=d);

Or it si a better way?

Best,
_____________________
Vicente Juan Botet Escribá
_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost

 « Return to Thread: [convert] coversion between strings with different locales