Click here to Skip to main content
15,888,113 members
Home / Discussions / C#
   

C#

 
QuestionListen till they arrived Pin
Pedram Behroozi13-Aug-08 23:03
Pedram Behroozi13-Aug-08 23:03 
AnswerRe: Listen till they arrived Pin
Pete O'Hanlon13-Aug-08 23:12
mvePete O'Hanlon13-Aug-08 23:12 
GeneralRe: Listen till they arrived Pin
Pedram Behroozi14-Aug-08 1:07
Pedram Behroozi14-Aug-08 1:07 
GeneralRe: Listen till they arrived Pin
Pete O'Hanlon14-Aug-08 2:02
mvePete O'Hanlon14-Aug-08 2:02 
AnswerRe: Listen till they arrived Pin
vikas amin14-Aug-08 9:36
vikas amin14-Aug-08 9:36 
QuestionUsing Microsoft.Office.Interop.Excel Pin
Suj_7813-Aug-08 23:03
Suj_7813-Aug-08 23:03 
QuestionEscaping Quotes Pin
maliary13-Aug-08 22:57
maliary13-Aug-08 22:57 
AnswerRe: Escaping Quotes Pin
dipak.dipak13-Aug-08 23:21
dipak.dipak13-Aug-08 23:21 
Hello,
You may replace the " char to any other char, like this

data = data.Replace('"','\');

if you want to replace "(quote) to a string then you have to replace with a special character as above then u can replece that special char (as String) to any string.

data = data.Replace('"','`'); // replacing old char to new char
data = data.Replace("`","\\\"); // replaceing old String to new String


It think u can solve your problem..
Best of Luck.

Dipak

AnswerRe: Escaping Quotes Pin
PIEBALDconsult14-Aug-08 3:46
mvePIEBALDconsult14-Aug-08 3:46 
QuestionCalculating memory size utilized by each object Pin
N a v a n e e t h13-Aug-08 22:41
N a v a n e e t h13-Aug-08 22:41 
AnswerRe: Calculating memory size utilized by each object Pin
Mark Churchill13-Aug-08 23:20
Mark Churchill13-Aug-08 23:20 
GeneralRe: Calculating memory size utilized by each object Pin
N a v a n e e t h13-Aug-08 23:39
N a v a n e e t h13-Aug-08 23:39 
GeneralRe: Calculating memory size utilized by each object Pin
leppie14-Aug-08 0:02
leppie14-Aug-08 0:02 
GeneralRe: Calculating memory size utilized by each object Pin
N a v a n e e t h14-Aug-08 0:12
N a v a n e e t h14-Aug-08 0:12 
GeneralRe: Calculating memory size utilized by each object Pin
Mark Churchill14-Aug-08 1:11
Mark Churchill14-Aug-08 1:11 
AnswerRe: Calculating memory size utilized by each object Pin
leppie14-Aug-08 3:21
leppie14-Aug-08 3:21 
QuestionChanging the name of a solution Pin
Dewald13-Aug-08 22:39
Dewald13-Aug-08 22:39 
AnswerRe: Changing the name of a solution Pin
Christian Graus13-Aug-08 22:48
protectorChristian Graus13-Aug-08 22:48 
GeneralRe: Changing the name of a solution Pin
Dewald14-Aug-08 1:59
Dewald14-Aug-08 1:59 
QuestionSound Frequency Pin
jonhbt13-Aug-08 22:25
jonhbt13-Aug-08 22:25 
AnswerRe: Sound Frequency Pin
Mark Churchill13-Aug-08 22:56
Mark Churchill13-Aug-08 22:56 
QuestionRe: Sound Frequency Pin
jonhbt14-Aug-08 0:07
jonhbt14-Aug-08 0:07 
AnswerRe: Sound Frequency Pin
Mark Churchill14-Aug-08 1:23
Mark Churchill14-Aug-08 1:23 
AnswerRe: Sound Frequency Pin
blackjack215014-Aug-08 2:17
blackjack215014-Aug-08 2:17 
QuestionProject templates Pin
V.13-Aug-08 21:21
professionalV.13-Aug-08 21:21 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.