4
Answers

C# String Split

I was reading this article.

Split String in C#

Question is, when I call Split method, does it adds more overhead (variables) in the memory?

Answers (4)