tailieunhanh - Ebook Lập trình C# từ cơ bản đến nâng cao: Phần 2 - Phạm Công Ngô

Ebook Lập trình C# từ cơ bản đến nâng cao: Phần 2 gồm nội dung từ chương 8 đến chương 13. Nội dung phần này trình bày các nội dung về file, chuỗi kĩ tự, multithreading, lập trình Windows với C#, lập trình cơ sở dữ liệu. | ChưONq 8. Files Khi cần lưu dữ liệu vào đĩỡ c cung cấp một cơ chế để thút hiện giống như mọi ngôn ngữ khác. Co hai cách ghì và đọc dử liệu vào files kiểu file text và kiểu file nhị phân. 8. ị GHI ĐOC FILE TEXT Khi viết chương trình để lưu dữ liệu vao file ta phải thêm dòng tiêu để using . Ghl dử liệu vào file Cú pháp để ghi dữ liệu vào file string filename c CS test . txt Streamwriter sw new Streamwriter filename sw. Write This is the text. Sau khi ghi xong cần phải đóng file lại. 0 . Đọc dử liêu từ file string filename c cs test 1. txt StreamReader srl new streamReader filename ỉ ơựídụ . using System using using class FileText . static string filel c static double a static int b - 789 static char kt M 101 static void Main string args using Streamwriter sw new StreamWriter filel sw Writer1 This is a text a - a b kt 0 StreamReader srl new StreamReader filel string input while input null input Ket thuc Ỉ srl .Close BiKết quả This is a text a 789 M Ket thuc. Chú ý Một cách khác để ghi dữ liệu vảo file. Tnlớc hết phải khai báo biến file streamwriter sw Tạo file text nhờ hàm CreateTextfr static string filel c testfile txt sw file 102 Ghi dữ liêu vào file 5W. WriteLine This is a text. I Sad khi ghi xong dữ liệu cần phải đóng file lại. 0 Đọc dữ liệu từ file Khai báo đối tượng file StreamReader srl Mơ file string input srl file Đọc file input Hiển thị dữ liệu sau khi đọc input Ví dụ . using System using class FileText static string filel - c testfile. txt static void Main string args Streamwriter sw ghi du lieu vao file sw filel This is a text. Dai hoc Bach Khoa Ha Noi. Trung tam Genetic Singapore.

TỪ KHÓA LIÊN QUAN