You can use a StreamReader to read from the stream: string contents; using(var sr = new StreamReader(fileStream)) { contents = sr.
確定! 回上一頁