I have been reading several internet articles recommending the use of Stringbuilder to concatenate strings. My question is....are there a minimum number of items being concatenated into a string before there is a noticeable improvement in processing speed.
Fundamentally I tend to only concat about a half dozen or less items into a string. Is it worth using a Stringbuilder or is the old VB technique using "&" good enough?
Any opinions welcomed.
Fundamentally I tend to only concat about a half dozen or less items into a string. Is it worth using a Stringbuilder or is the old VB technique using "&" good enough?
Any opinions welcomed.