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
soman
NA
25
0
Hi plz help me out..
May 2 2005 5:56 AM
I have an Array.. Array ar1=Array arr1=Array.CreateInstance(typeof(int),10); arr1.SetValue(10,0); arr1.SetValue(11,1); arr1.SetValue(12,2); arr1.SetValue(13,3); arr1.SetValue(14,4); arr1.SetValue(15,5); arr1.SetValue(16,6); arr1.SetValue(17,7); arr1.SetValue(18,8); arr1.SetValue(19,8); object ar = arr1.Clone(); I am passing this 'ar' object to one more method and how to convert this object to native type, like above is Int32 Array.. Can we do this dynamically.. thanx in advance Cheers Soman..
Reply
Answers (
0
)
MenuItem Bitmap
problem with program