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
Email forwarding problem
IIS Virtual Directory "A share located on another computer"
API Function Syntax Error
Heres a good one ---- Select Records based on digits following decimal point in numerical value
website link takes me to the wrong website
Export Access Data to Excel Template Using VBA
TS WEB ACCESS Certificate Error Outside Network
How to open OneNote 2007 notebook in OneNote 2010
How to integrate FCKEditor with asp.net/C#
Create a 'global' macro