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
none
NA
91
0
Get value from object
Nov 6 2009 4:37 PM
if i have:
Point a = new Point(10,10);
Object b = (object)a;
how can i get values (10 and 10) from 'b' object?
somthing like this:
Point c = new Point();
c.X = B.X;
in my case, i need to return a Point value... and in pseudocode is:
return (System.Drawing.Point)b;
or some hints please... thanks
Reply
Answers (
3
)
there is error
C# and sql database