BlogExamples/StringBuilderPerformance at main · linkdotnet/BlogExamples · GitHub
Skip to content

Latest commit

 

History

History

Folders and files

"Use always a StringBuilder" - Internet myths

Use always a StringBuilder

That is what you can read from time to time. The basic idea is, that a StringBuilder is "better" ^to be defined^.

Why are people telling that ^lie^? Let's discuss this and see what it isn't true.

Found here