728x90 string1 Unity & C# ~ String.Format 자리수 참조 : https://docs.microsoft.com/ko-kr/dotnet/api/system.string.format?view=net-6.0 String.Format 메서드 (System) 지정된 형식에 따라 개체의 값을 문자열로 변환하여 다른 문자열에 삽입 합니다. String.Format 메서드를 처음 사용하는 경우 String.Format 메서드 시작 섹션에서 대략적인 내용을 살펴보세요. String.For docs.microsoft.com String.Format("{0:#,0}", parameter); //parameter은 int형 //result // input 0 => output 0 // input 1000 => output 1,000 String.Format("{0:###-###.. 2022. 4. 27. 이전 1 다음 SMALL