string 을 공백문자를 구별자로 split 하고 싶을때

Posted by RAY.D
2015. 9. 15. 09:51 Language/C#
336x280(권장), 300x250(권장), 250x250, 200x200 크기의 광고 코드만 넣을 수 있습니다.


string 을 공백문자를 구별자로 split 하고 싶을때



string st = "~~~~~";


St.Split( (char[])null, StringSplitOptions.RemoveEmptyEntries);