Tags: | Categories: Code Snippets Posted by Vitaly Zayko on 11/2/2008 1:15 PM | Comments (0)

Pretty common question. Here you go:

string str = new string('x', 5);
Comments are closed