More about Strings in c# – Free C# tutorials
In this blog we will see what are the different types of strings in c# and we will discuss in detail about the different ways of creating a string. String manipulation is the most common part of many c# programs.Strings is a sequence of characters.The other and easiest way to represent a stream of characters …