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
abdelwaheb ammar
1.3k
457
124.6k
Convert enum type to string type when deserialize an xml
Jan 9 2020 3:21 AM
hello i have create an property with type enum
public
propkey mykey
{
get
{
return
this
.myKeyField;
}
set
{
this
.myKeyField = value;
}
}
and i deserialize a xml to object that contain mykey as property but i want to get it as string before assign to enum. how can i do that ?
Reply
Answers (
2
)
I need to find the largest number from a file and display it
barcode font not woking in iis