文本文件-读取

System.IO.StreamReader sr = new System.IO.StreamReader(ofd.FileName, Encoding.Unicode);
string result = sr.ReadToEnd();