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
Word 07 - How do I remove the margins completely so that a tilte spreads across an entire A4 page?
VS2008 C++ - lost debugging information
Question on Query Grouping
Auto Populate an unbound textbox on an unbound form
Can a mde runtime based on access 2003 on computer with access 2007 installed
Login returns to login screen
Microsoft sql2005 patches
SetFocus when a UserForm Displays
Question on PST's
How to Remove Roaming Profile in SBS 2003