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
How to close vfp report preview window programatically
Report Document export not working...
New issue with report run counter not incrementing by 1
Problems printing non-standard envelope size to HP with feeder.
Passing Parameters to Crystal Report Viewer - ASP.Net / C#.Net
could not load VFD.VXD
System.NullReferenceExcept<wbr />ion Was Unhandled By User Code When Looping Through DataSet
Change GUID in VStudio C++ OCX
Creating a directory path string based on choices in a form
Force Data Type on import - Access 2003