2012年7月4日水曜日

C# string.format 数字を0埋め

0埋め String.Format("{0:D4}", num)
または
String.Format("{0:0000}", num)
“0001”

0 件のコメント:

コメントを投稿