You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've encountered with string to number conversion issue
Server sends me the data with US decimal delimiter - basically dot.
But my local decimal delimiter on iOS device is comma.
So i've got nill after string to number conversions
Here is a class with issue
You may provide a customized PicoConfig instance on the calling client, on the customized PicoConfig instance, you may adjust the NSNumberFormatter for your case.
Hi!
I've encountered with string to number conversion issue
Server sends me the data with US decimal delimiter - basically dot.
But my local decimal delimiter on iOS device is comma.
So i've got nill after string to number conversions
Here is a class with issue
Maybe we should add some type of exception or logger message for such cases?
The text was updated successfully, but these errors were encountered: