質問編集履歴

1

コード追記しました

2021/05/26 01:48

投稿

ookura
ookura

スコア27

test CHANGED
File without changes
test CHANGED
@@ -46,6 +46,14 @@
46
46
 
47
47
  // using (TextReader sr = new StreamReaderをFile.readlinesに?
48
48
 
49
+ // 追記 line = File.ReadLines(fs); で変数lineにreadlinesの中身を格納しようと試したのですが
50
+
51
+ // 引数1はsystem.IO.FileStreamからstringに変換することはできませんとエラーがでます。
52
+
53
+ //
54
+
55
+
56
+
49
57
  // Read and display lines from the file until the end of
50
58
 
51
59
  // the file is reached.