mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-04-20 22:20:55 -05:00
Use the Round-trip format when converting to string. https://learn.microsoft.com/en-us/dotnet/standard/base-types/standard-numeric-format-strings#RFormatString The default behavior in net4.~ ToString doesn't use "R", hence me assuming F6 would be sufficient, but it does not display as a round-trip value. netcore3+ changed the default behavior and aligned it with standards ~ https://devblogs.microsoft.com/dotnet/floating-point-parsing-and-formatting-improvements-in-net-core-3-0/ now, both net461 and net6 builds display the same values. Doesn't resolve the mono issue where legality check flags calc != stored. |
||
|---|---|---|
| .. | ||
| Controls | ||
| MainWindow | ||
| Misc | ||
| Properties | ||
| Resources | ||
| Subforms | ||
| Util | ||
| FodyWeavers.xml | ||
| FodyWeavers.xsd | ||
| PKHeX.WinForms.csproj | ||
| Program.cs | ||