In C#, string is an immutable reference type representing text. Strings support interpolation, a rich method library, and — importantly for performance — StringBuilder for efficient repeated modification.
String interpolation and creation
name = ;
age = ;
msg = ;
formatted = ;
path = ;
multi = ;
