7
> To: [EMAIL PROTECTED]
> Subject: Re: [DOTNET] StringBuilder Overhead
>
>
> Richter page 275:
>
>// Clear the StringBuilder (allocates a new Char array).
>sb.Length = 0;
>
> Huh?
> Jim
>
> >>> [EMAIL PROTECTED] 05/09/02 11:32AM >>&
> From: Jim Graf [mailto:[EMAIL PROTECTED]]
> Sent: 09 May 2002 15:51
> To: [EMAIL PROTECTED]
> Subject: Re: [DOTNET] StringBuilder Overhead
>
>
> Thanks, Drew.
>
> I read that but wanted to confirm that that was the case.
>
> Jim
>
> >>> [EMAIL PROTEC
-Original Message-
From: Jeffrey Richter (Independent Contractor)
Sent: Thursday, May 09, 2002 3:49 PM
To: Brian Grunkemeyer; Mahesh Prakriya
Subject: RE: Re: [DOTNET] StringBuilder Overhead
For the record, what I say in the book is if a StringBuilder has
ToString called on it AND THEN