2
Reply

String format in ASP.NET

Amit Maheshwari

Amit Maheshwari

Nov 21 2011 11:53 AM
1.8k
Hi friends,

I am working on application in which I have to hold data(String Format) in 'string' variable. but, data is of variable size. Its size can be more than 10 mb or less than 100kb. Currently, I am holding data in 'string' variable. but I doubt, can 'string' variable hold data greater than 10 mb? OR should I use StringBuilder class ?

Answers (2)