using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace 數(shù)字格式化
{
class Program
{
static void Main(string[] args)
{
int i = 220;
Console.WriteLine("i = {0}",i);
int j = 25;
Console.WriteLine("j = {0}",j);
Console.WriteLine();
/*{參數(shù),占位符(多少個空格)}*/
Console.WriteLine("{0,6}\n+{1,5}\n-------\n{2,6}",i,j,i+j);
/*
i = 220
j = 25
220
+ 25
-------
245
*/
decimal m = 19.23m;
decimal n = 73.7m;
Console.WriteLine("我現(xiàn)在有{0,5:C2}",m);
Console.WriteLine("然后有{0,7:C2}",n);
Console.WriteLine("{0,8:C2}\n+\n{1,7:C2}\n----------\n{2,8:C2}\n",m,n,m+n);
Console.ReadLine();
}
}
}
/*
i = 220
j = 25
220
+ 25
-------
245
我現(xiàn)在有¥19.23
然后有 ¥73.70
¥19.23
+
¥73.70
----------
¥92.93
*/
目前創(chuàng)新互聯(lián)公司已為近1000家的企業(yè)提供了網(wǎng)站建設(shè)、域名、虛擬主機(jī)、網(wǎng)站托管、服務(wù)器托管、企業(yè)網(wǎng)站設(shè)計(jì)、涉縣網(wǎng)站維護(hù)等服務(wù),公司將堅(jiān)持客戶導(dǎo)向、應(yīng)用為本的策略,正道將秉承"和諧、參與、激情"的文化,與客戶和合作伙伴齊心協(xié)力一起成長,共同發(fā)展。
當(dāng)前標(biāo)題:Csharp數(shù)據(jù)格式初體驗(yàn)
URL地址:http://www.rwnh.cn/article30/psgpso.html
成都網(wǎng)站建設(shè)公司_創(chuàng)新互聯(lián),為您提供云服務(wù)器、App設(shè)計(jì)、關(guān)鍵詞優(yōu)化、網(wǎng)站改版、用戶體驗(yàn)、定制開發(fā)
聲明:本網(wǎng)站發(fā)布的內(nèi)容(圖片、視頻和文字)以用戶投稿、用戶轉(zhuǎn)載內(nèi)容為主,如果涉及侵權(quán)請盡快告知,我們將會在第一時(shí)間刪除。文章觀點(diǎn)不代表本網(wǎng)站立場,如需處理請聯(lián)系客服。電話:028-86922220;郵箱:631063699@qq.com。內(nèi)容未經(jīng)允許不得轉(zhuǎn)載,或轉(zhuǎn)載時(shí)需注明來源: 創(chuàng)新互聯(lián)