How many characters does astring accept in C#?
Suggestions invited
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Jessi CPosted Aug 21, 2007, 4:57 AM
AlanPosted Aug 18, 2007, 7:57 AM
In theory up to Int32.MaxValue or 2,147,483,647.
However, you'd probably have run out of memory well before then :)