Click here to Skip to main content
15,913,487 members
Home / Discussions / C#
   

C#

 
AnswerRe: How to Save the Form and its Contents Pin
Amr Abdel-Mohsen25-Apr-07 2:22
Amr Abdel-Mohsen25-Apr-07 2:22 
GeneralRe: How to Save the Form and its Contents Pin
SakthiSurya26-Apr-07 18:51
SakthiSurya26-Apr-07 18:51 
QuestionCalling webservice over https connection Pin
mohanrajh24-Apr-07 23:53
mohanrajh24-Apr-07 23:53 
AnswerRe: Calling webservice over https connection Pin
kubben25-Apr-07 2:17
kubben25-Apr-07 2:17 
QuestionWindows authentication Pin
Mr Perfect24-Apr-07 23:49
Mr Perfect24-Apr-07 23:49 
AnswerRe: Windows authentication Pin
Colin Angus Mackay25-Apr-07 0:17
Colin Angus Mackay25-Apr-07 0:17 
AnswerRe: Windows authentication Pin
Colin Angus Mackay25-Apr-07 22:39
Colin Angus Mackay25-Apr-07 22:39 
QuestionDouble quotes in string Pin
blackjack215024-Apr-07 23:48
blackjack215024-Apr-07 23:48 
Hi.

I have a string representing the contents of an xml file with utf-16 encoding and i want to change it to utf-8. I want to replace the whole header of the xml to be sure that only one occurrence will be found within the string by the Replace() method of the string class.

So all I want is this:
<?xml version="1.0" encoding="utf-8"?>
instead of this:
<?xml version="1.0" encoding="utf-16"?>

How do I deal with the double quotes that appear in the string?

How should I write the arguments of the Replace() method in this case?

Thanks.


AnswerRe: Double quotes in string Pin
marky77724-Apr-07 23:54
marky77724-Apr-07 23:54 
AnswerRe: Double quotes in string Pin
blackjack215024-Apr-07 23:55
blackjack215024-Apr-07 23:55 
AnswerRe: Double quotes in string Pin
marky77724-Apr-07 23:57
marky77724-Apr-07 23:57 
QuestionSystem.Net.Sockets with long ACK delay Pin
no1124-Apr-07 23:14
no1124-Apr-07 23:14 
Questionstring separator Pin
arkiboys24-Apr-07 22:34
arkiboys24-Apr-07 22:34 
AnswerRe: string separator Pin
Martin#24-Apr-07 22:46
Martin#24-Apr-07 22:46 
Questionhow to Open Folder Option,...... Pin
Sanjib Raj24-Apr-07 22:29
Sanjib Raj24-Apr-07 22:29 
QuestionDrawing in Panel---help needed Urgent Pin
Raza568024-Apr-07 22:25
Raza568024-Apr-07 22:25 
AnswerRe: Drawing in Panel---help needed Urgent Pin
Christian Graus25-Apr-07 0:34
protectorChristian Graus25-Apr-07 0:34 
AnswerRe: Drawing in Panel---help needed Urgent Pin
caix25-Apr-07 15:31
caix25-Apr-07 15:31 
QuestionServer performance problem while using TcpListner Pin
atulah24-Apr-07 22:21
atulah24-Apr-07 22:21 
AnswerRe: Server performance problem while using TcpListner Pin
N a v a n e e t h25-Apr-07 1:21
N a v a n e e t h25-Apr-07 1:21 
GeneralRe: Server performance problem while using TcpListner Pin
atulah25-Apr-07 2:26
atulah25-Apr-07 2:26 
QuestionMake setup Pin
Nekshan24-Apr-07 21:38
Nekshan24-Apr-07 21:38 
AnswerRe: Make setup Pin
virendra patel24-Apr-07 21:48
virendra patel24-Apr-07 21:48 
GeneralRe: Make setup Pin
Nekshan24-Apr-07 22:02
Nekshan24-Apr-07 22:02 
AnswerRe: Make setup Pin
Vikram A Punathambekar24-Apr-07 22:00
Vikram A Punathambekar24-Apr-07 22:00 

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.