C# मा, string एक अपरिवर्तनीय reference type हो जसले पाठ प्रतिनिधित्व गर्छ। Strings ले interpolation, एक समृद्ध method library, र — performance को लागि महत्त्वपूर्ण — StringBuilder लाई repeated modification को लागि efficient तरिकाले समर्थन गर्छ।
String interpolation र creation
name = ;
age = ;
msg = ;
formatted = ;
path = ;
multi = ;
