Skip to content

problem with ToString() in russian #2

@alexgubanow

Description

@alexgubanow

In the Russian localization of the character ',' is a decimal separator, and when you call ToString.() method, the line turns like "0,01", and is not correct.
The solution is simple, add .Replace ( ',', '.').

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