摘要: WPF中XAML中使用String.Format格式化字符串示例 引自:http://www.cnblogs.com/candyzkn/p/4476832.html 货币格式 <TextBlock Text="{Binding Price, StringFormat={}{0:C}}" /> // 阅读全文
posted @ 2016-04-07 20:35 长白山 阅读(557) 评论(0) 推荐(0)