4
Shouts

Strings Are Immutable!

published 711 days, 22 hours, 10 minutes ago posted by JudoJudo 714 days, 2 hours, 36 minutes ago
Saturday, June 11, 2011 9:57:06 AM GMT Thursday, June 09, 2011 5:31:03 AM GMT

Working with strings is a common task in most apps but there are several ‘gotchas’ that can arise due to the immutable nature of a String in .NET.

Immutable simply means that once created it doesn’t change. This seems strange at first since the value of a string variable can indeed be altered

category: Architecture | clicked: 36 | | source: www.csharphelp.com | show counter code
tags: String, C#, strings

No comments yet, be the first one to post comment.

To post your comment please login or signup