paul_cheung

导航

04 2015 档案

convert return char from sql server 2008 r2 or below version to c#
摘要:C# string.Replace((char)13, ' ') //newline char; string.Replace((char)10, ' ') //return char; 阅读全文

posted @ 2015-04-20 20:54 paul_cheung 阅读(106) 评论(0) 推荐(0)