숫자 자릿수 콤마찍기 썸네일형 리스트형 asp.net- 숫자 자릿수 콤마찍기 int testNum = 1000; testNum = String.Format("{0:n0}", testNum ); Response.Write(testNum); 예상되는 출력: 1,000 더보기 이전 1 다음