Skip to content

Fixed parsing of floating point numbers.#4

Open
RusKnyaz wants to merge 1 commit intoUkooLabs:masterfrom
RusKnyaz:bugfix/floating-point-numbers-parsing
Open

Fixed parsing of floating point numbers.#4
RusKnyaz wants to merge 1 commit intoUkooLabs:masterfrom
RusKnyaz:bugfix/floating-point-numbers-parsing

Conversation

@RusKnyaz
Copy link
Copy Markdown

SVG format contains numbers in invariant format. It have to be parsed on any system with any culture. Calling of float.Parse(str) throws an exception on systems where comma used in floating numbers.

SVG format contains numbers in invariant format. It have to be parsed on any system with any culture. Calling of float.Parse(str) throws an exception on systems where comma used in floating numbers.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant