Skip to content

Culture dependent parsing #2

@kayy

Description

@kayy

If you use this with non-English culture settings the number parsing does not work as expected.
Change all float.Parse(str) into float.Parse(str, CultureInfo.InvariantCulture.NumberFormat); to make it work.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions