Showing posts with label Replicate string value in C#. Show all posts
Showing posts with label Replicate string value in C#. Show all posts
Thursday, February 25, 2010
Replicate, Repeat one value in C#
string.Concat(System.Collections.ArrayList.Repeat("0", 66).ToArray());
Subscribe to:
Posts (Atom)