Microsoft
Software
Hardware
Network
Question : C# Replace Statement
In the code below, how would I replace all double quote marks in the field with nothing?
basically removing ANY " in the string?
string strDescription = "";
strDescription = row["CompleteDescription"]
.ToString(
);
Answer : C# Replace Statement
1:
strDescription = row["CompleteDescription"].ToString().Replace("\"", string.Empty);
Open in New Window
Select All
Random Solutions
problem in redirecting page
Issues with Vista Basic - Cannot get Computer to display properties
Import Data from Unsaved Excel Spreadsheet to Access Table
windows explorer, want all files to appear in list view, not icon view
Vista download fails with 0x80070718 error message
Missing Drafts Folder
SQL Query Dups
how to highlight the current row in Access 2007 split form datasheet
How to convert Delphi SHL/SHR code to MS SQL
WCF and basicHttp Error