TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Aman Singh
NA
9
2.5k
XML in C#
Sep 22 2014 2:10 PM
I have an XMl file like this
<REGISTRATION>
<MAC_ID V='123qwwe'/>
<LOCAL_IP V='192.70.72.20'/>
<PUBLIC_IP V='192.80.70.68'/>
<PORT V='1233'/>
</REGISTRATION>
and a class named parameter with MACId ,PublicIp,LOcalP and Port as property (public string MACId{get; set;})
I have to read this xml and store each value in object of parameter of that class.I have tried it but not able to get the requiered output. so help me to solve this issue.
Reply
Answers (
3
)
how to differentiate int,float and string datatypes
wrapping text using "." char instead of "space"in c# winfm