示例#1
0
 public string ReadAllText(Encoding encoding)
 {
     return(ZlpIOHelper.ReadAllText(_path, encoding));
 }
示例#2
0
 public string ReadAllText(Encoding encoding) => ZlpIOHelper.ReadAllText(FullName, encoding);
示例#3
0
 public string ReadAllText()
 {
     return(ZlpIOHelper.ReadAllText(_path));
 }
示例#4
0
 public string ReadAllText() => ZlpIOHelper.ReadAllText(FullName);