A
avarga82
Hello,
I'm using a Stringbuilder to building dynamic HTML, and I was wondering
how long it can get before it gives up. I won't know the length of the
HTML until it's finished building it. I've read a few articles that
suggest setting an initial size when you instantiate it, but will that
work even if I don't know how much I'm storing?
Any help would be appreciated. Thanks!
I'm using a Stringbuilder to building dynamic HTML, and I was wondering
how long it can get before it gives up. I won't know the length of the
HTML until it's finished building it. I've read a few articles that
suggest setting an initial size when you instantiate it, but will that
work even if I don't know how much I'm storing?
Any help would be appreciated. Thanks!