What is the maximum length of a C# string [closed]
- by Ahmet Altun
Possible Duplicate:
What is the maximum possible length of a .NET string?
How long a C# string can be in maximum? Is there any limitation?
Considering if MSN was written in C#, the instant messaging would be designed as Textbox.
So, the content would be Textbox.text, which is a string. But can System.string can store such a long value. I assume, string class holds value contiguously.