Fix/convert issue with culture info #16

Merged
clementpups merged 3 commits from fix/convert-issue-with-cultureInfo into C#-master 2023-04-15 02:27:48 +03:00
clementpups commented 2023-04-10 00:57:20 +03:00 (Migrated from github.com)

small pull request to use invariant culture in order to avoid parsing error on computer around world.

avoid string representation of long to be miss converted

ex : 180.000 could be converted to 180000 or just throw an error

small pull request to use invariant culture in order to avoid parsing error on computer around world. avoid string representation of long to be miss converted ex : 180.000 could be converted to 180000 or just throw an error
Sign in to join this conversation.