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
Dropdown list in formview edit template error.
Need Access 97
Pass a structure from InfoPath to SQL via Web Service
SQL Server 2005 9.0.3077 - what version and SP is this?
use linq to get an observable collection into an array
Public folder replication not working on Exchange 2007?
Matching case in SQL
Print2file
Control Toolbox, Powerpoint 03
Connecting a workstation to existing SBS 2003 network