C# में, string एक immutable reference type है जो text को represent करता है। Strings interpolation, एक समृद्ध method library, और — performance के लिए महत्वपूर्ण — बार-बार modification के लिए efficient तरीके से StringBuilder का समर्थन करती हैं।
String interpolation और creation
name = ;
age = ;
msg = ;
formatted = ;
path = ;
multi = ;
