我有一个 TimeSpan 以刻度保存到 SqlCe 中,当我在 DataGrid 中加载数据时,我想在 HH:MM:SS 中格式化这个值。我试试这个:
<DataGridTextColumn Binding="{Binding tiempo, StringFormat={}{0:hh':'mm':'ss}, TargetNullValue=' --- '}" Width="80" Header="Tiempo"/>
但 DataGrid 显示 'hh:mm:ss' 而不是值。
我也尝试使用其他模式,例如 StringFormat="hh\:mm\:ss"
任何想法?
谢谢!对不起我的英语不好!