码迷,mamicode.com
首页 > 其他好文 > 详细

6.5字符串的格式化

时间:2020-01-03 19:35:18      阅读:87      评论:0      收藏:0      [点我收藏+]

标签:col   collect   alt   src   generic   mamicode   ext   nbsp   namespace   

技术图片

 

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace _6._5字符串的格式化
{
    class Program
    {
        static void Main(string[] args)
        {
            Console.WriteLine("{0:c}",22);



            Console.WriteLine("format格式化");
            string s = string.Format("{0:d6}",123,123.5);
            Console.WriteLine(s);
            Console.ReadLine();
        }
    }
}

6.5字符串的格式化

标签:col   collect   alt   src   generic   mamicode   ext   nbsp   namespace   

原文地址:https://www.cnblogs.com/suanfa/p/12146350.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!