Welcome to Code Militia Sign in | Join | Help

Tuesday, April 12, 2005 - Posts

More String / StringBuilder Quirks

Circular References Between Classes: I find it odd just how many circular references there are between StringBuilder and String.  String.Format uses StringBuilder.AppendFormat while the StringBuilder.Chars property uses String.SetChar() (an internal
posted by admin | 0 Comments