gpt4 book ai didi

wpf - 绑定(bind)以显示 double 作为 int

转载 作者:行者123 更新时间:2023-12-04 06:22:58 24 4
gpt4 key购买 nike

我想在我的控件上显示持续时间(以分钟为单位),但我不希望它显示为十进制数字(例如,65 而不是 65.94503)。

<TextBlock Text="{Binding Duration.TotalMinutes, StringFormat=\{0\} minutes}" />

我该怎么做?

最佳答案

如果你想显示一个整数,我认为你需要做的就是设置 StringFormat 属性,如下所示:

<TextBlock Text="{Binding Duration.TotalMinutes, StringFormat=N0}"/>

关于wpf - 绑定(bind)以显示 double 作为 int,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11673544/

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