String in C# | Chapter 5
A string is an object of type String whose value is text. Internally, the text is stored as a sequential read-only collection of Char objects.
A string is an object of type String whose value is text. Internally, the text is stored as a sequential read-only collection of Char objects.