max size of c# string

  • Thread starter Thread starter Guest
  • Start date Start date
Yash said:
What will be the max size of the C# string?

I suspect you'll have trouble if you have more than about int.MaxValue
characters, but you'd need rather a lot of memory to keep a string that
size anyway - especially on a device running the Compact Framework! On
mobile devices, the limit is basically that of the memory of the
device.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top