Skip to content

Incorrect formatting when using #,##0 format #26

Open
@sergiocapozzi77

Description

@sergiocapozzi77

Hi, I'ma having a problem using the formatter: #,##0

In C#:
string.Format("{0:#,##0}", 0) ---> 0
string.Format("{0:#,##0}", 68) ---> 68

In the library:
format('#,##0', 0) ---> ,000
format('#,##0', 68) ---> 68,000

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