commit | 037a4a6293b0fae2a772c6521e43f7d0622ea672 | [log] [tgz] |
---|---|---|
author | Tor Norbye <tnorbye@google.com> | Tue Jan 22 17:23:41 2013 -0800 |
committer | Tor Norbye <tnorbye@google.com> | Fri Jan 25 09:52:07 2013 -0800 |
tree | 4928b06ac8873c06e21e332aade8265b42a803de | |
parent | 021a359c38b70269b1e854ad6c6e4deb61b9cc2f [diff] |
Add locale sensitive int and double parsing methods Use these to parse ints and doubles/floats from strings rather than Integer.valueOf or Integer.parseInt (and ditto for Float/Double) if the string represents a localized string (e.g. using "," instead of "." in some locales, and so on.) Change-Id: I231cdb79a2d09c776ec7894639dde6adf77afd10