String and StringBuilder

The data value may not be changed.

Note: The variable value may be changed, but the original immutable data value was discarded and a new data value was created in memory.

System.String - Immutable
System.Text.StringBuilder - mutable