StringBuilder.ToString()
> Once I've created a string with stringbuilder, how do I view it in the
> command window? Char by Char seems pretty inefficient.
>
> Thanks for your help.
You should be able to type this into the command window to see its contents:
? MyStringBuilder.ToString()

Signature
I hope this helps,
Steve C. Orr, MCSD, MVP
http://SteveOrr.net
> Once I've created a string with stringbuilder, how do I view it in the
> command window? Char by Char seems pretty inefficient.
>
> Thanks for your help.