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
IIS6 to IIS7 while not replacing the IIS7 Default Site
Conditional formatting based on previous record detail
Saving the html file from the web browser control in VB.NET
How to reference a subform
Using access2007 runtime where target pc has office 2003
Re-enabling (Make this folder private) checkbox
Hosting WCF Service on IIS - Windows7
Unable cofigure ISA Server Proxy Email Alert
Nokia E72 Microsoft Mail for Exchange -- Possible for Single User?
Exchange Server 2010 SMTP Outbound Mail