c# string.split

http://www.dotnetperls.com/split

 

Presume that line is a string:

1. line.split('\t')   line.split(' ')

2. Regex.split(line,":  ");

posted @ 2015-08-23 17:34  sumile123  阅读(108)  评论(0编辑  收藏  举报