字符串处理增强类
发布时间:2013-09-27 09:03 来源/作者:藕码网 分类:实用类库
TAG标签:
- 代码详情
- 用户评论
- 相关代码
-
字符串处理增强类
代码片段:
public static string ReadTextFile(string aPath) { string text = ""; using (TextReader tr = new StreamReader(aPath)) { text = tr.ReadToEnd(); } return text; }
-
最新评论
菜单/ Menu
热门下载/ HOT