Replace Double Quotes to Single Quotes in C#

private void button1_Click(object sender, EventArgs e)
{
textBox1.Text = textBox1.Text.Replace("\"","'");
}
Ebook Download
View all
Learn
View all