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
No comments yet, be the first one to post comment.