StreamReader streamReader = new StreamReader("D:\\Test\\Test\\csv\\customersd.txt");
String text = streamReader.ReadToEnd();
text = text.Replace('\t',',');
จะเอา ข้อความใน ตัวแปร txt ไปใส่ txt file เดิม
ตัวอย่าง ข้อความในตัวแปร text ที่ทำการ Replace แล้ว