C# String Theory—String Class
Microsoft .NET Framework, ASP.NET, Visual C# (CSharp, C Sharp, C-Sharp) Developer Training, Visual Studio
| CSharp-Online.NET:Articles |
| C# Articles |
| edit |
[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.
|

