Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #55.0K
~970 People Reached
Favorite Forums
Community Center x 1
3 Posted Topics
Is It recommended to use StringBuilder.Append("STR1"+"STR2");
[COLOR="Red"]IN[/COLOR]D[COLOR="Green"]IA[/COLOR]
What is the difference in memory allocation and performance by using [CODE] StringBuilder.Append("Str1"); StringBuilder.Append("Str2"); and StringBuilder.Append("Str1"+"Str2"); [/CODE]
The End.
varagpraveen