Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Are C# strings immutable?

C# immutable strings
0
Posted

Are C# strings immutable?

0

Both the Java and C# string classes—C#: System.String, Java: java.lang.String—are immutable. Immutable means that—once created—string values cannot be changed. Methods which may seem to modify string contents, in fact, create a new string containing the new value. The original string remains unchanged.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.