[XAML] バインディング時の文字列フォーマーティング

2013年8月18日

 バインディング時のフォーマッティングは StringFormat を使うことで対応できる模様。

 小数点の桁数を指定する場合。

<TextBlock Text="{Binding AAA,StringFormat=0.00}"/>

 時刻を指定する場合。

<TextBlock Text="{Binding AAA,StringFormat=HH:mm:ss}"/>

 "," がフォーマット文字列に含まれる場合は "" でエスケープしてやればよいようです。

<TextBlock Text="{Binding AAA,StringFormat=0,000.00}"/>


 参考:複合書式表現
 http://ooltcloud.sakura.ne.jp/blog/201005/article_03023842.html






カテゴリー: Program, xaml

Follow comments via the RSS Feed | Leave a comment | Trackback URL

コメントを投稿する

日本語が含まれない投稿は無視されますのでご注意ください。(スパム対策)


«   »
 
Powered by Wordpress and MySQL. Theme by Shlomi Noach, openark.org