string s1 = "abc<>def";
             
string[] s2 = System.Text.RegularExpressions.Regex.Split(s1, "<>");

 

'c샵' 카테고리의 다른 글

C# Document.execCommand()  (0) 2017.05.12
webBrowser.Document.InvokeScript  (0) 2017.05.08
C# 문자열 검색방법  (0) 2017.05.08
C# 랜덤 소숫점  (0) 2017.05.04
C# dataGridView 에서 DragEventArgs 를 RowIdex 변환  (0) 2017.04.29

+ Recent posts