Miłosz Orzeł’s Programming Blog
Posts
Categories
Tags
Posts
Categories
Tags
Posting sporadically since 2007...
Stringbuilder
2010
Why strings are immutable and what are the implications of it?
2010-01-26
String type (System.String) stores text values as a sequence of char (System.Char) elements that represent Unicode characters (encoded in UTF-16). Usually one char element stands for one symbol.