N
newbiecpp
How can I format output string. For example, when I use:
Console.WriteLine("12345")
I want to output like
" 12345", i.e., I need set width is 10 and align at right. How can I do
it. I searched MSDN but cannot fine the format string. Thanks.
Console.WriteLine("12345")
I want to output like
" 12345", i.e., I need set width is 10 and align at right. How can I do
it. I searched MSDN but cannot fine the format string. Thanks.