How to read character in a file 1 by 1 c#
问题 I want my program to read a text file all characters 1 by 1 and whereever it finds inverted comma ( " ), it adds a semicolon before that inverted comma. For eg we have a paragraph in a text file as follow: This is a paragraph which conains lots and lots of characters and some names and dates. My name "Sam" i was born at "12:00" "noon". I live in "anyplace" . Now i want the output to be as follows : This is a paragraph which conains lots and lots of characters and some names and dates. My name