Home » C# Programming » Strings

The string built using the String class are immutable (unchangeable), whereas, the ones built- using the StringBuilder class are mutable.

← Previous Next →

Discussion & Comments

No comments yet. Be the first to comment!