Using String.Format To Dynamically Provide The Max Amount of Padding Needed
问题 Hello I am trying to make my Console Application assignment more aesthically pleasing and by doing this I have decided to implement String.Format into my loops. We haven't been taught it but it is pretty easy to pick up. The main problem here is how do I parse a int into the String.Format so that it provides the max space needed. This is the loop: for (int index = 0; index < files.Length; index++) { int maxNumericalSize = 2; int fileNumberSystem = index + 1; string result = string.Format("{0