double doubleValue = 12.34d; Math.Ceiling(doubleValue);// 올림 Math.Round(doubleValue); // 반올림 Math.Truncate(doubleValue);// 버림<출처 : C# 반올림, 올림, 버림 (one and only me)>
int aaa = 123456789; string money = String.Format("{0:#,###}", aaa); writer.WriteLine(money);<출처 : http://jjun7983.tistory.com/entry/C-%EC%B2%9C%EB%8B%A8%EC%9C%84-%EC%88%AB%EC%9E%90-%EC%BD%A4%EB%A7%88-%ED%91%9C%EC%8B%9C (준치님)>
댓글 없음:
댓글 쓰기