หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
Summary
Text reader objects read text from a file.
Object Methods
| Name | Signature | Description |
|---|---|---|
| ReadLine | ReadLine() | Reads from the file until the next end-of-line (or the end-of-file marker) and returns the read as a string. |
| ReadLineContents | ReadLineContents() | Returns an iterable collection of strings. Each string in the collection represents one line in the file. |