Formatting Numbers as Strings with Commas in place of Decimals

后端 未结 9 590
离开以前
离开以前 2020-12-03 07:46

I have the following number: 4.3

I\'d like to display this number as 4,3 for some of our European friends.

I was under the impressi

9条回答
  •  春和景丽
    2020-12-03 08:27

    For a more general solution, you can set the thread's UI culture to the culture used by your European friends. This will affect the presentation of numbers, currency, dates, etc.

提交回复
热议问题