반응형






string strText = "가나다라-마바사--아자차"


strText = strText.Replace("-", "") 


MessageBox.Show(strText);



strText값은 "가나다라마바사아자차" 가 나온다.

반응형

+ Recent posts