en.morzel.net - programming blog
Posts
Posts
Under construction!
I'm migrating this blog from an ancient BlogEngine (.NET, XML) to Hugo (Go, MD)...
Memory Allocation
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.