microsoft / referencesource

Source from the Microsoft .NET Reference Source that represent a subset of the .NET Framework
https://referencesource.microsoft.com/
MIT License
3.13k stars 1.26k forks source link

Update convert.cs #192

Closed ufo99 closed 10 months ago

ufo99 commented 10 months ago

The actual version of Convert don't take care of cultural digits that could be converted. I propose to analyse the strings to convert and replace the cultural digit by conventional digits before the conversion.

READ BEFORE FILING

This repository is read-only and doesn't accept community pull requests.

mairaw commented 10 months ago

As the pull request template says "This repository is read-only and doesn't accept community pull requests"

If you have suggestions for the current version of .NET, head to the dotnet/runtime repo and file an issue there.

Thanks!