groupdocs-conversion / GroupDocs.Conversion-for-.NET

GroupDocs.Conversion for .NET examples, plugins and showcase projects
https://products.groupdocs.com/conversion/net
MIT License
12 stars 10 forks source link

Decimal conversion doesn't work from V23.1 when comas appear in the thousands millions.... #87

Open marcosagni98 opened 9 months ago

marcosagni98 commented 9 months ago

When trying to convert a number like 1,000.13 which the result should be 1000.13 appears like 100013 instead.

This doesn't happen if the number doesnt have the comma for example a 600.13 is being converted correctly.

Using version 22.4 worked fine, but when updating to version 23.1 or later, the decimal conversion doesn't work, when there is a comma indicating thousands, millions...