摘要:
1、下载 Format All Files 2、 格式化指定类型的文件 说明: Enable Remove and Sort Usings:移除未使用过的引用+排序引用 Exclusion Pattern:指定哪些文件不格式化 Inclusion Pattern:指定格式化哪些文档 通配符说明: ? 阅读全文
posted @ 2017-12-27 08:54
随便取个名字算了
阅读(530)
评论(0)
推荐(0)
摘要:
/// /// 按指定长度切割字符串(汉字算2个字符长度) /// /// 输入字符串 /// 按指定长度切割换行 /// 输出字符串(中英混合行可能是newlinLength+1个长度 ) public string StringSplit(string input, int newlinLength = 5) { System.Text.StringBuilder sbRes... 阅读全文
posted @ 2017-12-27 08:41
随便取个名字算了
阅读(695)
评论(0)
推荐(0)