C# String Tutorial

A |BLBS^ |string|BLBE^ | in |HREF^CSharp| is an object of type String whose value is text. The string type represents a string of |BLBS^ |Unicode Characters|BLBE^ |. String objects are |BLBS^ |immutable|BLBE^ | that is they cannot be changed after they have been created. String is an alias for System.String in the |HREF^.NET Framework|. Initialize a string with the Empty constant value to create a new String object whose string is of zero length.

From the following links you can see some of commonly using C# string operations in detail.