I am trying to output elements of an array to a console window. Is there any built-in formatting command that will allow me to set the width between each of the elements as they are written to the console? I know that in C++ there is the "setw()" command, but is there something similar in C#?