S
Steven Blair
I have the following string:
<CardDetails>4561</CardDetails><Message Identifier>1</Message
Identifier><TID>88888888</TID>
I need to be able to extract the values from the tags easily in C#.
Being able to search through this string at any point for a partiuclar
tag would be useful.
Can anyone suggest the best / most effecient way to achieve this?
Can any XML classes be used, or any other libraries?
Thanks for the help.
Steven
<CardDetails>4561</CardDetails><Message Identifier>1</Message
Identifier><TID>88888888</TID>
I need to be able to extract the values from the tags easily in C#.
Being able to search through this string at any point for a partiuclar
tag would be useful.
Can anyone suggest the best / most effecient way to achieve this?
Can any XML classes be used, or any other libraries?
Thanks for the help.
Steven