Skip to content
This repository was archived by the owner on May 3, 2026. It is now read-only.

Parsing and printing doubles

Choose a tag to compare

@c0pperdragon c0pperdragon released this 17 Feb 08:42

Fixed the format to parse and print doubles to never use local dependent commas or thousands separation.
Implementing interfaces with an abstract class now auto-generates the missing methods as abstract for C# compatibility.