Architect's Log

I'm a Cloud Architect. I'm highly motivated to reduce toils with driving DevOps.

.NET Framework 4 Formatting Utilityを使ってみた

.NET Framework 4 Formatting Utilityは書式指定文字列の適用結果を確認できるツールです。数値と日付に適用できます。

使ってみて

日付の書式指定文字列をいつも忘れるので、簡単に確認できるのは便利です。

環境

  • Visual Studio 2010

言語

  • C#
  • VB.NET

使い方

ソースコードをダウンロードします。

.NET Framework 4 Formatting Utility 言語: C#, VB.NET Visual Studio 2010 用
The Format Utility (Formatter.exe) is a Windows Forms application that allows you to apply standard or custom format strings to either numeric values or date and time values and to determine how they affect the result string.

解凍して、FormatUtility.slnをビルドします。

C#用とVB.NET用2つのプロジェクトがあります。

アプリケーションを起動します。

数値に書式指定文字列を適用

日付に書式指定文字列を適用