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
C# -- dataGridViewTextBoxColumn -- STRING Value ?
SCCM 2007 MP install failing on windows server 2008 r2
Explain Regular Expression
EXCHANGE 2000 to 2007 Last server removed issue with name resolution
Individual & Bulk Reporting for MySQL Database
Using DoCMD.FindRecord getting runtime error 2162
adding records to access table
QuickBooks Server Component and the Vista Firewall
Must impersonation be used to make the PSI Statusing.SetAssignmentWor<wbr />kData web service update the data?
Custom Scroll Bars Drop Down List box Arrows