摘要: WPF中XAML中使用String.Format格式化字符串示例 货币格式 <TextBlock Text="{Binding Price, StringFormat={}{0:C}}" /> // $123.46 货币格式,一位小数 <TextBox Text="{Binding Price, S 阅读全文
posted @ 2020-07-08 16:29 六镇2012 阅读(227) 评论(0) 推荐(0) 编辑