C# मध्ये, string हे immutable reference type आहे जे text प्रतिनिधित्व करते. Strings interpolation, एक समृद्ध method library, आणि — performance साठी महत्वाचे — StringBuilder कार्यक्षम पुनरावृत्त संशोधनासाठी समर्थन करते.
String interpolation आणि creation
name = ;
age = ;
msg = ;
formatted = ;
path = ;
multi = ;
