Skip to content

Reesult of ToString("C") is incomatible in Blazor WebAssembly #47068

@vsfeedback

Description

@vsfeedback

This issue has been moved from a ticket on Developer Community.


In ja-JP culture of .NET F/W and . NET5 in desktop, 123.ToString("C") is "\123", but in Blazor WebAssembly, 123.ToString("C") is "¥123".

System.Threading.Thread.CurrentThread.CurrentCulture = new System.Globalization.CultureInfo("ja-JP");
Console.WriteLine(123.ToString("C"));


Original Comments

Feedback Bot on 1/10/2021, 07:23 PM:

We have directed your feedback to the appropriate engineering team for further evaluation. The team will review the feedback and notify you about the next steps.


Original Solutions

(no solutions)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions