Click here to Skip to main content
15,902,835 members
Home / Discussions / C#
   

C#

 
AnswerRe: How much time a week do you spend struggling with windows? Pin
Manas Bhardwaj26-Aug-08 4:53
professionalManas Bhardwaj26-Aug-08 4:53 
GeneralRe: How much time a week do you spend struggling with windows? Pin
Togakangaroo26-Aug-08 4:59
Togakangaroo26-Aug-08 4:59 
AnswerRe: How much time a week do you spend struggling with windows? Pin
J4amieC26-Aug-08 4:57
J4amieC26-Aug-08 4:57 
AnswerRe: How much time a week do you spend struggling with windows? Pin
Pete O'Hanlon26-Aug-08 5:10
mvePete O'Hanlon26-Aug-08 5:10 
GeneralRe: How much time a week do you spend struggling with windows? Pin
Togakangaroo26-Aug-08 5:14
Togakangaroo26-Aug-08 5:14 
AnswerRe: How much time a week do you spend struggling with windows? Pin
led mike26-Aug-08 6:31
led mike26-Aug-08 6:31 
AnswerRe: How much time a week do you spend struggling with windows? Pin
Mark Salsbery26-Aug-08 6:52
Mark Salsbery26-Aug-08 6:52 
AnswerRe: How much time a week do you spend struggling with windows? Pin
Mark Salsbery26-Aug-08 7:05
Mark Salsbery26-Aug-08 7:05 
AnswerRe: How much time a week do you spend struggling with windows? Pin
lisan_al_ghaib26-Aug-08 7:20
lisan_al_ghaib26-Aug-08 7:20 
JokeRe: How much time a week do you spend struggling with windows? Pin
teejayem26-Aug-08 7:51
teejayem26-Aug-08 7:51 
GeneralRe: How much time a week do you spend struggling with windows? Pin
Togakangaroo26-Aug-08 8:25
Togakangaroo26-Aug-08 8:25 
GeneralRe: How much time a week do you spend struggling with windows? Pin
teejayem26-Aug-08 8:48
teejayem26-Aug-08 8:48 
GeneralRe: How much time a week do you spend struggling with windows? Pin
Dan Neely26-Aug-08 10:47
Dan Neely26-Aug-08 10:47 
GeneralRe: How much time a week do you spend struggling with windows? Pin
teejayem26-Aug-08 14:21
teejayem26-Aug-08 14:21 
GeneralRe: How much time a week do you spend struggling with windows? Pin
Christian Graus26-Aug-08 12:01
protectorChristian Graus26-Aug-08 12:01 
GeneralRe: How much time a week do you spend struggling with windows? Pin
teejayem26-Aug-08 14:25
teejayem26-Aug-08 14:25 
AnswerRe: How much time a week do you spend struggling with windows? Pin
Togakangaroo26-Aug-08 8:26
Togakangaroo26-Aug-08 8:26 
GeneralRe: How much time a week do you spend struggling with windows? Pin
Dr. Emmett Brown26-Aug-08 9:25
Dr. Emmett Brown26-Aug-08 9:25 
Questionstring Pin
arkiboys26-Aug-08 4:31
arkiboys26-Aug-08 4:31 
AnswerRe: string Pin
Manas Bhardwaj26-Aug-08 4:53
professionalManas Bhardwaj26-Aug-08 4:53 
GeneralRe: string Pin
arkiboys26-Aug-08 20:49
arkiboys26-Aug-08 20:49 
AnswerRe: string Pin
Ashfield26-Aug-08 4:56
Ashfield26-Aug-08 4:56 
GeneralRe: string Pin
arkiboys26-Aug-08 20:50
arkiboys26-Aug-08 20:50 
AnswerRe: string Pin
J4amieC26-Aug-08 4:57
J4amieC26-Aug-08 4:57 
AnswerRe: string Pin
Timmy Kokke26-Aug-08 4:57
Timmy Kokke26-Aug-08 4:57 
The string you are uses does look a lot like XML. You could try using Linq to XML (http://msdn.microsoft.com/en-us/library/bb308960.aspx[^]).

XElement element = XElement.Parse(YourString);
string Result = element.Attribute("Result").Value


Dawn is nature's way of telling you to go to bed.

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.