D G

D G

  • NA
  • 14
  • 8.3k

usage of Split in C#

Aug 21 2014 6:50 AM
string[] data = lines[j].Split(new[] { ';' }, StringSplitOptions.RemoveEmptyEntries);

Why the new is used above? please can someone explain this.

Answers (2)