string formatting of spacing with csharp

Code Example - string formatting of spacing with csharp

                
                        int[] quartors = { 1, 2, 3, 4 };
Console.WriteLine("{0,15}                 {1,15}                              {2,15}               {3,15}", quartors[0], quartors[1], quartors[2], quartors[3]);