gpt4 book ai didi

c# - 如何在 XAML 中使用 StringFormat 显示逗号​​分隔的数字?

转载 作者:太空狗 更新时间:2023-10-29 18:05:22 26 4
gpt4 key购买 nike

我的代码当前显示如下:43521 条评论,我希望它是这样的:43,521 条评论。我怎样才能做到这一点? StringFormat 中是否有所有可能格式的完整引用?找不到任何东西。谢谢。

<TextBlock Text="{Binding Reviews,StringFormat='{}{0} reviews'}"/>

最佳答案

这个也有效:)

<TextBlock Text="{Binding Reviews,StringFormat='{}{0:N0} reviews'}"/>

关于c# - 如何在 XAML 中使用 StringFormat 显示逗号​​分隔的数字?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22296001/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com