[Mono-devel-list] Patch for System.Text.StringBuilder

Gonzalo Paniagua Javier gonzalo at ximian.com
Thu Mar 11 12:14:14 EST 2004


El mié, 10-03-2004 a las 10:13, Juraj Skripsky escribió:
> Hello,
> 
> The method StringBuilder.Insert(int, char[]) is broken since 1/22! It
> always inserts the string "System.Char[]".
> The attached patch fixes this.
> 
> The MS implementation of StringBuilder(int index, string value, int
> count) doesn't match the ECMA spec. It throws an exception for count < 1
> instead of count < 0. Which behavior do we want to implement, the ECMA
> one or the stricter one to be compatible with MS? 
> - Juraj

Patch is in CVS now. Thanks.

-Gonzalo





More information about the Mono-devel-list mailing list