자리수 썸네일형 리스트형 [C#] 정수형 숫자 세자리 마다 콤마(,) 표시하는 방법 값이 0인경우 Null 출력 하기 String.Format("{0:##,##}" 변수명); int total_cost = 12140104; int total_money_cost = 8278383; int total_card_cost = -7215663; int total_point_cost = 12280; string output = null; output = ""; output += "" + "" + dsResult.Tables[0].Select().Length + "" + ""; output += "" + "" + String.Format("{0:##,##}", total_money_cost) + "" + ""; output += "" + "" + String.Format("{0:##,##}", to.. 더보기 이전 1 다음