Language/C#
string 을 공백문자를 구별자로 split 하고 싶을때
RAY.D
2015. 9. 15. 09:51
string 을 공백문자를 구별자로 split 하고 싶을때
string st = "~~~~~";
St.Split( (char[])null, StringSplitOptions.RemoveEmptyEntries);