wxNumberFormatter Topic is solved

If you are using the main C++ distribution of wxWidgets, Feel free to ask any question related to wxWidgets development here. This means questions regarding to C++ and wxWidgets, not compile problems.
Post Reply
YuMERA
Knows some wx things
Knows some wx things
Posts: 44
Joined: Fri Jul 05, 2019 8:47 pm

wxNumberFormatter

Post by YuMERA »

I use wxNumberFormatter::ToString with thousand separators and I have the string-like 12,769.00 how covert this string to number? Can this with wxNumberFormatter or with parse string?

Thx
Kvaz1r
Super wx Problem Solver
Super wx Problem Solver
Posts: 357
Joined: Tue Jun 07, 2016 1:07 pm

Re: wxNumberFormatter

Post by Kvaz1r »

Post Reply