Replace Double Quote with Empty String using C#

string strvariable="Frame size 7" x 12" inches";

 string result = strvariable.Replace("\"", "");

==============Answer=================

Frame size 7 x 12 inches

Comments

Popular posts from this blog

GROUP BY, CUBE, ROLLUP and SQL SERVER 2005

How to get content of Ckeditor & Fckeditor using Javascript

How to Fix Error- Sys.WebForms.PageRequestManagerTimeoutException - The server request timed out