How to convert a string with comma to a string with decimal in Swift
Swift Code work’s fine with a dot (.) decimal. The problem is when your using a comma (,) in your variables. Origin of the problem: Usually, the origin of the problem is from the Decimal Keyboard that use a comma (,) instead of a dot (.) Like the French Decimal Keyboard The result: The reality is that you are loosing every…