M
medhanush
Hi,
one question on why string is provided ?
stringbuilder offers more performance, less work for GC and good amount
of methods to manage text in it.
When there are many benefits with stringbuilder, why still string is
supported in framework ?
is it only for any compatibility and threadsafe nature of string ?
TIA
MeDhanush
one question on why string is provided ?
stringbuilder offers more performance, less work for GC and good amount
of methods to manage text in it.
When there are many benefits with stringbuilder, why still string is
supported in framework ?
is it only for any compatibility and threadsafe nature of string ?
TIA
MeDhanush