C# String Theory—String Class

Microsoft .NET Framework, ASP.NET, Visual C# (CSharp, C Sharp, C-Sharp) Developer Training, Visual Studio


Jump to: navigation, search
CSharp-Online.NET:Articles
C# Articles

C# String Theory

edit

String class in C#

The String class represents textual data, i.e., a series of Unicode characters; but, a String object is actually a sequential collection of System.Char objects. The value of the char is the content of the collection; and, the value is immutable.



Previous_Page_.gif Next_Page_.gif

Personal tools